No features have been listed yet.
No Poly/ML videos yet. You could help us improve this page by suggesting one.
Based on our record, Poly/ML seems to be more popular. It has been mentiond 2 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Once I got the parser ready in OCaml, I thought I port it to Standard ML, since it belong to the same ML language family. I was also curious on how well mlton could optimise it. The language lacks custom let bindings, so I resorted to use Result.bind manually. This makes code much less readable and more verbose. The standard library also lacks result type, so I had to come up with my own simple implementation.... - Source: dev.to / about 2 years ago
> I hope something similar comes to common lisp. When you say "something similar", what are you thinking about? Simply this rather professional presentation, or something social, or something technical? Or the fact of a renaissance? Is this sort of revamp a cause or a symptom of a renaissance? For Common Lisp it's always seemed to me that SBCL (disclaimer: never used it, only read about it) is the "modern" option... - Source: Hacker News / about 3 years ago
Python - Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.
MLton - MLton is an open-source, whole-program, optimizing Standard ML compiler
Java - A concurrent, class-based, object-oriented, language specifically designed to have as few implementation dependencies as possible
OCaml - (* Binary tree with leaves carrying an integer.
Rust - A safe, concurrent, practical language
Racket Lang - Racket (formerly PLT Scheme) is a modern programming language in the Lisp/Scheme family, suitable...