Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fredyr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
fredyr
5mo ago
Thanks!
2.
▲
by
fredyr
5mo ago
This sounds interesting to me - could you elaborate a little on what things are in those proposals?
3.
▲
by
fredyr
3y ago
I've done a lot of CFFI with Python for this kind of testing in the past. But nowadays I'm also looking at Zig for this.
4.
▲
by
fredyr
10y ago
I'd be very interested if you could elaborate a little on what tools and how you applied formal methods on that old code?
5.
▲
by
fredyr
10y ago
Not to mention that you need to find a product idea that you both are equally excited about. Most of the times I've been approached, even though resonable ideas, haven't been projects that I've been interested in working on.
6.
▲
by
fredyr
11y ago
When the Swish service launched (2012) it was only consumer-to-consumer and no fees. Last year they added businesses and charge similarly to credit cards, fee on the creditor side.
7.
▲
Parsing EDIFACT with Clojure's Instaparse
(lexicallyscoped.com)
16 points
by
fredyr
11y ago
|
0 comments
8.
▲
by
fredyr
11y ago
Yes, every time I use Haskell, I miss them. Purescript also have them. Row-polymorphism ftw.
9.
▲
by
fredyr
11y ago
I changed from the ternary representation to the function, because I didn't think the generated code was very readable. In hindsight I'm not sure it's that much improvement. From a performance view it's probably worse of
10.
▲
OCaml – Compiling Mini-ML to JavaScript
(lexicallyscoped.com)
40 points
by
fredyr
11y ago
|
4 comments
11.
▲
by
fredyr
11y ago
The Erlang Vm (BEAM), is another one at least.
12.
▲
by
fredyr
11y ago
That's a good point. I'll add a note to explicitly say that the examples doesn't use Core.
13.
▲
by
fredyr
11y ago
The code examples doesn't use Jane Streets Core as the primary standard library. If you do, for example by adding `open Core.Std` to your .ocamlinit, you'll get the behaviour you're describing. It is probably a good idea to u
14.
▲
A brief introduction to OCaml
(lexicallyscoped.com)
136 points
by
fredyr
11y ago
|
36 comments
15.
▲
by
fredyr
12y ago
Richard Bird, Philip Wadler - Introduction to Functional Programming http://www.amazon.com/Introduction-Functional-Programming-In... Richard Bird - Pearls of Functional Algorithm Design http://www.amazon.com/
16.
▲
by
fredyr
12y ago
Here's two examples I've found to be very interesting: https://github.com/clojure/core.async Timothy Baldridge has a couple of videos on the go macro internals https://www.youtube.com/channel&
17.
▲
by
fredyr
13y ago
What is it that's missing in just using plain React (with Mori or any alternative)? In my mind, what Om is bringing to React is idiomatic state management with Clojure semantics. In js I think the local state model promoted by React is
18.
▲
A slice of React, Clojurescript and Om
(lexicallyscoped.com)
2 points
by
fredyr
13y ago
|
0 comments
19.
▲
by
fredyr
13y ago
Can't you negotiate the terms with your clients? I know that at least my clients have been open to that. Perhaps not what you want to hear, but other that getting paid more quickly, the most obvious solution to cash flow problems is ha
20.
▲
by
fredyr
13y ago
Incidentally I just finished listening to the Russian police cover of the same. Something about this really cracks me up. http://www.youtube.com/watch?v=P08B_lBUL0E&sns=tw
21.
▲
by
fredyr
13y ago
I'm doing a Neal Stephenson marathon, just started with Quicksilver last night, after finishing Snow Crash and Reamde back to back.
22.
▲
by
fredyr
13y ago
Oh, lispers use macros all the time. It's just that you're not going to solve every problem by writing a new one. For example in Clojure, or, and, fn and cond are macros you typically use all the time.
23.
▲
by
fredyr
13y ago
I've switched to using Ansible for this very reason (after getting frustated with Puppet) - I like it a lot. Also I just want to join the choir: Vagrant is awesome!
24.
▲
by
fredyr
13y ago
SEEKING WORK - Sweden or Remote I'm a full stack developer with over 10 years experience of analysing and solving business problems. My areas of expertise include - Business to business integration, with domain expertise in e-invoicing, e-p
25.
▲
by
fredyr
13y ago
I was experiencing the exact same thing! I hope that trend doesn't stick.
26.
▲
Simple example of transients in Clojure
(lexicallyscoped.com)
3 points
by
fredyr
13y ago
|
0 comments
27.
▲
by
fredyr
13y ago
SEEKING WORK - Sweden or Remote I'm a full stack developer with over 10 years experience of analysing and solving business problems. My areas of expertise include - Business to business integration, with domain expertise in e-invoicing, e-p
28.
▲
by
fredyr
13y ago
This is really a good set of resources for learning Javascript. In addition I want to add the "Learning to love Javascript" presentation by Alex Russell from Google Code 2011, http://www.youtube.com/watch?v=seX7jYI96GE that I felt really