Login
Discover
Waves
Communities
Login
Signup
Topics
#standardml
Global
Trending
Hot
New
Top
#standardml
New
Top communities
Create your community
latest #standardml created topics | Ecency
#standardml
Follow to get notified about new posts with this tag
Get #standardml by email
Follow
serpent7776
DBuzz
1y
One of the weirdest #OCaml syntax choices is the function keyword. I actually ...
... like #StandardML choice more here. It lets me embed pattern matching directly in the function declaration.
$ 0.053
2
serpent7776
sml
3y
This Standard ML code compiles and I find it amusing
datatype '_ ~ = && of '_ * '_ | || of '_ * '_ | ! of '_ | ` of '_ infix || && fun \ ((\ && $) || (% && ?)) = (! \ || ! $) && (! % || ! ?) | \ ((\ || $) &&
$ 0.000
0
serpent7776
cplusplus
4y
Simple JSON parser in c++, rust, ocaml, standard ml
Comparison of simple ASCII-only JSON parser I've written in C++, Rust, OCaml and Standard ML.
serpent7776
cplusplus
4y
A simple ASCII-only JSON parser
I've written a simple ASCII-only JSON parser in C++, rust, ocaml and standardml. Here's some quick stats: Non-empty lines of code (including tests), time parsing a single ~90MB JSON, time parsing 13 JSON