Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
serialdev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
serialdev
1y ago
Is there an equivalent modelling approach for earthquake prediction? A data repository for it widely shared on the same line as the top comment would work
2.
▲
by
serialdev
2y ago
You will not believe what it is all you need!
3.
▲
by
serialdev
4y ago
This is exactly my thought, check the video I posted on twitter @serialdev , I was thinking of the usual loop unrolling , caching , vectorize , if with a managed Lang compile, check intrinsics and then even explore SIMD. I'm honestly i
4.
▲
by
serialdev
4y ago
I see the appeal. But I gotta say to constraint yourself to only California or Rotterdam is kind of missing that hacker vibe that cares about results and content. Not just hype.
5.
▲
by
serialdev
8y ago
Anything opensourced from it?
6.
▲
by
serialdev
8y ago
Wow! thanks for pointing out there is an Elisp Shen implementation!
7.
▲
by
serialdev
8y ago
Specifically when learning and applying compiler development, advancing to more complex use-cases (code optimization, parallel compilation), programming language theory etc? Do you still use BNF Grammars with Parser Generators, or do you us
8.
▲
Ask HN: People currently [Working] in compilers, what are your goto resources
8 points
by
serialdev
8y ago
|
2 comments
9.
▲
by
serialdev
8y ago
I've applied, this looks very exciting! Does the backend team, work with the underlying Information retrieval engine too?
10.
▲
by
serialdev
8y ago
One difference is flow control. When you call a function, all the arguments are evaluated before being passed into the function. If you want to delay evaluation, you have to wrap the argument values in a function. When you call a macro, the
11.
▲
by
serialdev
8y ago
I'm curious if any of you have tried it against another commercial graph db like AllegroGraph?
12.
▲
by
serialdev
8y ago
A bit out of topic but I remember you mentioned you were working on a lisp book and asked what we would wanna see on it. Well for me, I'm super curious about compiler development, and I think, in the topic of this thread, maybe a chapt
13.
▲
by
serialdev
8y ago
This really makes me excited, there is no reason why we cannot implement a thorough type-system like qi and shen on top of common-lisp for massive teams, the repl experience is still unparalleled, and I for one would love more libraries pop
14.
▲
by
serialdev
8y ago
Well for me, I'm super curious about compiler development, and I think, in the topic of this thread, maybe a chapter on writing a recursive descent parser for JS? building a transpiler? or using lisp as a intermediary with LLVM IR? som
15.
▲
by
serialdev
8y ago
Please do, there is sadly not enough stuff related to lisp, specially valuable stuff from people that were working during the AI boom. I for one would more than welcome any thorough project/info from your perspective