Show HN: Fo: An experimental language which adds generics on top of Go
1–10 of 125 posts
Re: Show HN: Fo: An experimental language which adds generics on top of Go
#2Re: Show HN: Fo: An experimental language which adds generics on top of Go
#3Author here. I've been working on Fo part time for 4 months. Feel free to ask me anything.
Re: Show HN: Fo: An experimental language which adds generics on top of Go
#4Re: Show HN: Fo: An experimental language which adds generics on top of Go
#5Author here. I've been working on Fo part time for 4 months. Feel free to ask me anything.
Re: Show HN: Fo: An experimental language which adds generics on top of Go
#6How do recursive types and self-referencing types work? What about generic types that themselves require generic types? Can type constraints be applied? What do generics look like on interfaces? How about in slices? When compiled, are specialized functions written or is the code shared? How is runtime reflection for type params implemented?
Also, oblig ref of a now-defunct lang on top of Go: https://oden-lang.github.io/
Finally, good work, I hope it was fun! Don't take criticisms too seriously, they are good things (as opposed to silence) and par for the course on this site.
Re: Show HN: Fo: An experimental language which adds generics on top of Go
#7Re: Show HN: Fo: An experimental language which adds generics on top of Go
#8Author here. I've been working on Fo part time for 4 months. Feel free to ask me anything.
Does this have anything in common with Go besides the language syntax? Is it binary-compatible with Go?