Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
paf31
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
paf31
12y ago
Do you mean PureScript?
2.
▲
by
paf31
12y ago
I think it really depends what you're trying to do. There's definitely a class of problems where the impact of a runtime type error would be low. But there are plenty of other cases where you want to constrain what you or your use
3.
▲
by
paf31
12y ago
> I fail yet to see what advantages PureScript brings compared to Elm. I think they fit different use cases. Elm is excellent at interactive web apps using FRP. PureScript is a little more general purpose and has a few type system featur
4.
▲
by
paf31
12y ago
There are a few options, but the most fully-formed is probably purescript-react. I'm also interested to see where the virtual-dom bindings go. The last chapter of the book covers how you might go about writing a library for working wit
5.
▲
by
paf31
12y ago
Yes - in fact, that's the approach we encourage for working with immutable arrays: https://github.com/purescript/purescript-arrays
6.
▲
by
paf31
12y ago
It uses JavaScript's evaluation model - i.e. strict, but you can write lazy code using libraries, such as purescript-lazy.
7.
▲
by
paf31
12y ago
It has been discussed before: https://github.com/purescript/purescript/issues/396 The reason I have been against the idea so far is that an integer type is easily accomplished using the FFI and user code. Her
8.
▲
by
paf31
12y ago
Consider a recursive function like factorial: fact :: Number -> Number fact 0 = 1 fact n = n * fact (n - 1) This will build stack frames and fail with a stack overflow for large inputs. We can fix this by using tail recursion
9.
▲
by
paf31
12y ago
Free HTML version is here: https://leanpub.com/purescript/read
10.
▲
by
paf31
12y ago
(Copied from below) I've written quite a lot of TypeScript, and I generally feel very productive in it, but occasionally I feel like I want more from the type system (type classes, rank-N types, sum types, etc.) and tidier syntax. You
11.
▲
by
paf31
12y ago
I've written quite a lot of TypeScript, and I generally feel very productive in it, but occasionally I feel like I want more from the type system (type classes, rank-N types, sum types, etc.) and tidier syntax. You might be interested
12.
▲
by
paf31
12y ago
I think it's definitely possible to put knowledge of Haskell to use in PureScript, but it's not like Fay, Haste, GHCJS etc. where you can copy code verbatim. I think of PureScript as "an environment in which to write principl
13.
▲
by
paf31
12y ago
"Simple readable JavaScript" as opposed to the sort of output you might expect from compilers for other Haskell-like languages which attempt to preserve Haskell's semantics. Certainly there are cases where using techniques fr
14.
▲
by
paf31
12y ago
PureScript developer here. Happy to see this here, and happy to answer any questions.
15.
▲
by
paf31
12y ago
You couldn't pay me enough to work on some stacks. Also, certain technologies do a good job of convincing potential employees that you know what you're doing and committed to using the best tools available IMO.
16.
▲
by
paf31
12y ago
Also why not consider remote employees?
17.
▲
by
paf31
12y ago
My approach is to try to attract strong developers by using the best languages and tools. What technology stack do you use?
18.
▲
by
paf31
12y ago
Very nice. It took me a while to realize that array literals aren't supported, but once I did that I was able to write concatMap and watch it being evaluated. A couple of points: - If there is a syntax error, the box just turns red. It
19.
▲
by
paf31
12y ago
Presumably this doesn't prevent a developer from creating another "pattern class" subclassing some superclass in another package, thereby breaking existing pattern matches?
20.
▲
by
paf31
12y ago
Added to my calendar :)
21.
▲
Show HN: PureScript Book
(leanpub.com)
6 points
by
paf31
12y ago
|
0 comments
22.
▲
by
paf31
12y ago
A week in Mexico starting tomorrow :P
23.
▲
by
paf31
12y ago
DICOM Grid http://dicomgrid.com/ - Phoenix, AZ or REMOTE DICOM Grid, a SaaS start-up in the healthcare technology field, is looking for a JavaScript/TypeScript developer to maintain and enhance DICOM Grid’s front-end m
24.
▲
by
paf31
12y ago
> With minor advertising and effort, I have more inbound work requests than I can personally take on. I'm very much interested in moving more towards contract-based employment, so I would love to hear more about the mechanics of get
25.
▲
by
paf31
12y ago
Los Angeles, Remote or local, Contract Stack: Haskell, C#, F#, Java, Scala, Javascript, TypeScript GitHub: http://github.com/paf31 , http://github.com/purescript Specialties: Domain specific languages (DSLs)
26.
▲
by
paf31
12y ago
SEEKING WORK - Los Angeles (remote or local) Experienced developer with a strong background in Mathematics looking for small to medium projects (approx. 20 hrs/week). Keywords: C#, F#, Java, Scala, Haskell, Javascript, TypeScript Speci
27.
▲
by
paf31
12y ago
Attend a Haskell mini-conference! http://www.haskell.org/haskellwiki/BayHac2014
28.
▲
by
paf31
12y ago
Los Angeles, remote preferred, Contract | Part Time Stack: Haskell, C#, F#, Scala, Java, TypeScript, Javascript Resume: http://functorial.com Contact: my username at cantab dot net I am looking for something challenging which wo
29.
▲
by
paf31
12y ago
SEEKING WORK - Los Angeles (remote or local) Experienced developer looking for small to medium projects. I have strong experience with the following: C#, F#, Java, Scala, Haskell, Javascript, TypeScript. My main speciality at the moment is
30.
▲
by
paf31
12y ago
There are a few interesting projects in the contrib organization on GitHub: https://github.com/purescript-contrib I also like inquire.js: https://github.com/concordusapps/inquire.js Also, some slides a
More ›