Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create decentralized community
latest #standardml created topics on internet
serpent7776
DBuzz
2025-08-15 20:19
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
2023-05-25 19:48
This Standard ML code compiles and I find it amusing
datatype '_ ~ = && of '_ * '_ | || of '_ * '_ | ! of '_ | ` of '_ infix || && fun \ ((\ && $) || (% && ?)) = (! \ || ! $) && (! % || ! ?) | \ ((\ || $) &&
$ 0.000
0
serpent7776
cplusplus
2023-02-21 20:29
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.
$ 0.000
0
serpent7776
cplusplus
2022-11-25 17:02
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
$ 0.000
0