Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
davesnx
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
davesnx
10mo ago
is very alive, released with OCaml 5.4 support and improving bit by bit
2.
▲
by
davesnx
11mo ago
OCaml / Reason (Melange)
3.
▲
by
davesnx
2y ago
that's what' melange is lol
4.
▲
by
davesnx
2y ago
this is a good naval-style tweet, well done
5.
▲
by
davesnx
2y ago
Curious to know more, do you think can make a long-form of "why" and a detailed experience? If you have some time, would be massive to compare it with what's the same experience today
6.
▲
by
davesnx
2y ago
Shame on me; I have a few draft posts that never got the chance to publish. My non-native english doesn't fully help ^^ Expect some of them to be published at the end of the year or early january!
7.
▲
by
davesnx
2y ago
There are a few missleadings in your message: ReScript isnt a fork of Reason, jsoo focuses only on compiling all OCaml and allows JS interop Reason with Melange is a viable option for JS/TS devs.
8.
▲
by
davesnx
2y ago
I always loved hazel, probably a great tool to teach. What has been build with it?
9.
▲
by
davesnx
3y ago
OCaml
10.
▲
by
davesnx
3y ago
Biased answer: The biggest differences between Elm and ReScript/ReasonML as language features are bindings, JSX and purity. Bindings in Elm are cumbersome and limited (on purpose) while in ReScript/ReasonML are easy, more feature
11.
▲
by
davesnx
3y ago
It's a good idea to read "A bit of history" under Melange docs: https://melange.re/v1.0.0/rationale/#a-bit-of-history
12.
▲
by
davesnx
3y ago
With Melange ReasonML has a small comeback, since Melange and dune supports it out-of-the-box. There has been a bit of activity on fixing bugs on refmt and polish the experience, no plans for big features so far but we will keep working on
13.
▲
by
davesnx
3y ago
Hi, I worked on rendering React in OCaml and cross-compiling it to JavaScript and wrote a blog post about it. I'm happy to share it here <3
14.
▲
by
davesnx
4y ago
versus other than JavaScript stuff: Java, C++, OCaml or Go
15.
▲
by
davesnx
4y ago
Hey, thanks! This tries to solve exactly that, let me know if there's anything else that feels that needs an intro to OCaml community.
16.
▲
GADT and State Machines
(blog.osau.re)
3 points
by
davesnx
4y ago
|
0 comments
17.
▲
by
davesnx
5y ago
Mi bad english played me bad here. I meant to write "Picks python... blabla" Looked to me like a "Python isn't than bad for perf" article.
18.
▲
by
davesnx
5y ago
The author: Selecting a programming language can be a form of premature optimization Also the author: Pick python no matter the problem, the team, the libraries, the deployment targets, etc.
19.
▲
by
davesnx
5y ago
This is a great explanation about concurrency and parallelism and where multicore fits, FYI https://discuss.ocaml.org/t/multicore-ocaml-vs-thread/5838/1...
20.
▲
What would it take for functional programming languages to cross the chasm?
(twitter.com)
5 points
by
davesnx
5y ago
|
2 comments
21.
▲
Don't use Tailwind for your Design System
(sancho.dev)
2 points
by
davesnx
6y ago
|
0 comments
22.
▲
by
davesnx
6y ago
That's a project that we all wished was in a perfect shape in order to make Reason more approchable with jsoo.
23.
▲
by
davesnx
6y ago
That's very doable, but tedious to make and it's probably on of the selling points for Reason. Writting React code with OCaml is very tedious.
24.
▲
Query-JSON: A story of cross-compilation with Reason
(sancho.dev)
4 points
by
davesnx
6y ago
|
0 comments
25.
▲
by
davesnx
6y ago
I tried to explain it on the Performance section and on the report https://github.com/davesnx/query-json#performance https://github.com/davesnx/query-json/blob/master/benchmarks...
26.
▲
by
davesnx
6y ago
Yep, kind of. The comma operations means that the "filters" are duplicated, so instead of one json state you would pass two if there's one coma; and ofcourse any number of commas are allowed.
27.
▲
by
davesnx
6y ago
I trend to use jq with a file all the time, I prefer to curl first and later operate on top. /slug
28.
▲
by
davesnx
6y ago
Thanks, next time if you paste the list somewhere else you can add query-json :P
29.
▲
by
davesnx
6y ago
+1
30.
▲
by
davesnx
6y ago
Yes, jq is written in C. Where LISP comes from?
More ›