Live data from Hacker News

Course using F#: Write your own tiny programming system(s)

d3s.mff.cuni.cz

1–10 of 29 posts

Re: Course using F#: Write your own tiny programming system(s)

#4
Looks interesting.

Once I saw it's a Czech university course using F#, I knew Tomáš Petříček would be the lecturer :)

A couple years back, I wrote a compiler of tiny-ish Scala subset in F# (the code is imperative, though)[1]

[1]: https://github.com/mykolav/coollang-2020-fs

Re: Course using F#: Write your own tiny programming system(s)

#8
There seems to be a lot of confusion for this, unfortunately.

Some more information can be found at https://github.com/tpetricek/Teaching (specifically, https://github.com/tpetricek/Teaching/tree/master/2023/tiny-...). The course is currently ongoing. The videos and PDFs seem to be down, but I wouldn't be surprised if that's just because of hacker news overloading things.

Seems neat, from the slides and demos.

Re: Course using F#: Write your own tiny programming system(s)

#9
post #6

Initially I read this: "Write your own operating system". OS... with F#? I almost fell out of my chair :p

While I wouldn’t recommend it, it wouldn’t be that crazy as there’s an experimental F# to Rust compiler that’s part of the Fable compiler.
Post reply on HN