Sunday, August 27, 2023

Show HN: Going into Freshman Year, Figured I Should Build an Interpreter ¯\(ツ)/¯ https://ift.tt/L9B8fDk

Show HN: Going into Freshman Year, Figured I Should Build an Interpreter ¯\(ツ)/¯ Hi all! I'm going into my freshman year, and figured that the best way to prepare for the intro to programming Racket course would be to implement my own garbage-collected, dynamically typed, functional programming language in C ;) Anyways... here's the repo: https://ift.tt/MKuTIEd I started learning C over the summer, so I still have a whole lot to learn... Any feedback would be greatly appreciated! :D August 26, 2023 at 10:58PM

No comments:

Post a Comment

Show HN: Yet Another Memory System for LLM's https://ift.tt/0oZIwAv

Show HN: Yet Another Memory System for LLM's Built this for my LLM workflows - needed searchable, persistent memory that wouldn't bl...