logoalt Hacker News

jaggederesttoday at 5:29 PM3 repliesview on HN

I think we're going to see a lot more of this. I've done a similar thing, hosting a toy language on haskell, and it was remarkably easy to get something useful and usable, in basically a weekend. If you keep the surface area small enough you can now make a fully fledged, compiled language for basically every single purpose you'd like, and coevolve the language, the code, and the compiler


Replies

marginalia_nutoday at 5:49 PM

Yeah it's a rewarding project. Getting a language that kinda works is surprisingly accessible. Though we must be mindful that this is still the "draw some circles" pane. Producing the rest of the rest of the famous owl is, as always, the hard bit.

soperjtoday at 5:39 PM

We did this in 4th year comp-sci.