Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
leonardool
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
21 ms
·
1.
▲
Why are AI agents lying, cheating and coordinating? – Yoshua Bengio
(yoshuabengio.org)
10 points
by
leonardool
5d ago
|
0 comments
2.
▲
by
leonardool
3mo ago
I've been working on a similar (ish) project for a while: Ribbit ( https://github.com/udem-dlteam/ribbit ). Supports a full R4RS REPL (with tail-calls) in the same sizes as Lispy (8Kb for JavaScript and 6.5Kb for x8
3.
▲
by
leonardool
4mo ago
Location: Montréal, Canada Remote: Yes Willing to relocate: For the right opportunity Technologies: Compilers, virtual machines, Scheme, LLVM, Python, language design, language runtime, garbage collection Résumé/CV: https:
4.
▲
by
leonardool
2y ago
Here is the working link: https://ls.sondages.umontreal.ca/536189?lang=en
5.
▲
Looking for participants for a study about debugging practices
5 points
by
leonardool
2y ago
|
1 comments
6.
▲
A Bluetooth-like technology that uses your body instead of radio [video]
(youtube.com)
1 points
by
leonardool
2y ago
|
0 comments
7.
▲
by
leonardool
2y ago
Implementing an RVM running on a GPU is definitely feasible, however, I'm not sure if it would be fast or efficient. For the case of Ribbit, you only need to write an RVM in a language that can compile to a GPU. An RVM is mostly a inte
8.
▲
by
leonardool
2y ago
> IIRC (might be wrong here) we had full support for JS, C, Python and Scheme from the start I'm pretty sure we had support for JS, C, Python from the beginning as well. Then Scheme, posix shell, assembly came along for the ride. &g
9.
▲
by
leonardool
2y ago
Hey ! One of the authors of Ribbit ( https://github.com/leo-ard ). I'm really happy to see that the project is getting some attention! We made a lot of progress since the last post on HN ( https://news.ycombina
10.
▲
by
leonardool
2y ago
Hi! One of the authors of Ribbit here (@leo-ard). One of our goals was to reduce as much as possible a R4RS compliant REPL, because it is quite reasonably sized and doesn't support macros (we managed to fit it in 6.5KB!). We considered