Viewing profile — leonardool
leonardool
HN member- Joined
- Sun, Dec 12, 2021, 2:18 AM UTC
- HN karma
- 13
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About leonardool
Recent public activity
-
comment
Comment #48622534
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 (…
-
comment
Comment #48372307
Location: Montréal, Canada Remote: Yes Willing to relocate: For the right opportunity Technologies: Compilers, virtual machines, Scheme, LLVM, Python, language design, language run…
-
comment
Comment #42178879
Here is the working link: https://ls.sondages.umontreal.ca/536189?lang=en
-
story
Looking for participants for a study about debugging practices
Do you often use debugging tools while programming? Would you like to help us improve them? We are researchers from the computer science department at Université de Montréal and lo…
- story
-
comment
Comment #41575365
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 lang…
-
comment
Comment #41575097
> 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 Schem…
-
comment
Comment #41575036
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…
-
comment
Comment #41574422
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…