Course using F#: Write your own tiny programming system(s)
11–20 of 29 posts
Re: Course using F#: Write your own tiny programming system(s)
#12Initially 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.
Re: Course using F#: Write your own tiny programming system(s)
#13Re: Course using F#: Write your own tiny programming system(s)
#14Speaking of F#, are there any tutorials/demos on how to set it up on Linux, to run WinForms, without runtime mismatch issues?
Re: Course using F#: Write your own tiny programming system(s)
#15Speaking of F#, are there any tutorials/demos on how to set it up on Linux, to run WinForms, without runtime mismatch issues?
There is a beautiful functional MVU wrapper around it called Avalonia.FuncUI[2] with Avalonia.FuncUI.Elmish[3] which is an implementation of Elmish[4] (based of the Elm language[4]) for F#.
[2]: https://github.com/fsprojects/Avalonia.FuncUI/
[3]: https://www.nuget.org/packages/Avalonia.FuncUI.Elmish and https://github.com/fsprojects/Avalonia.FuncUI/tree/master/sr...
Re: Course using F#: Write your own tiny programming system(s)
#16Initially 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.
Re: Course using F#: Write your own tiny programming system(s)
#17I can recommend it to CUNI students interested in programming languages. It should run again in 2025/26 (at least according to current plans).
Re: Course using F#: Write your own tiny programming system(s)
#18The videos were working earlier in the week...they're returning a 403 now. Repo with slides: https://github.com/jinyus/Fsharp-Teaching
Re: Course using F#: Write your own tiny programming system(s)
#19Is this an open class people from outside the university can attend? Will recordings be available after it ends?