You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GoLio is a Lisp dialect implemented in OCaml. The syntax, semantics and library procedures are a subset of R5RS, with one important addition: a Go-like concurrency model.
Currently, GoLio is mainly for me to learn the beautiful programming language OCaml while exploring lisp interpreter implementation and concurrent programming.
GoLio is my very first OCaml project. It is currently in a very alpha state and under heavy development. I learned so much from writing and polishing it and had so much fun.
If you have any comments, suggestion or questions, please feel free to get in touch via [email protected].