<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>https://ecency.com</link><image><url>https://ecency.com/logo512.png</url><title>RSS Feed</title><link>https://ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Mon, 29 Jun 2026 06:59:23 GMT</lastBuildDate><atom:link href="https://ecency.com/created/standardml/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[One of the weirdest #OCaml syntax choices is the function keyword. I actually ...]]></title><description><![CDATA[... like #StandardML choice more here. It lets me embed pattern matching directly in the function declaration.]]></description><link>https://ecency.com/@serpent7776/nshjoxok93mj99ojz4hx9u</link><guid isPermaLink="true">https://ecency.com/@serpent7776/nshjoxok93mj99ojz4hx9u</guid><category><![CDATA[hive-193084]]></category><dc:creator><![CDATA[serpent7776]]></dc:creator><pubDate>Fri, 15 Aug 2025 20:19:51 GMT</pubDate></item><item><title><![CDATA[This Standard ML code compiles and I find it amusing]]></title><description><![CDATA[datatype '_ ~ = && of '_ * '_ | || of '_ * '_ | ! of '_ | ` of '_ infix || && fun \ ((\ && $) || (% && ?)) = (! \ || ! $) && (! % || ! ?) | \ ((\ || $) &&]]></description><link>https://ecency.com/@serpent7776/this-standard-ml-code-compiles-and-i-find-it-amusing</link><guid isPermaLink="true">https://ecency.com/@serpent7776/this-standard-ml-code-compiles-and-i-find-it-amusing</guid><category><![CDATA[sml]]></category><dc:creator><![CDATA[serpent7776]]></dc:creator><pubDate>Thu, 25 May 2023 19:48:12 GMT</pubDate></item><item><title><![CDATA[Simple JSON parser in c++, rust, ocaml, standard ml]]></title><description><![CDATA[I've written a simple ASCII-only JSON parser in C++, Rust, OCaml and Standard ML. This was done for educational purposes mainly. The focus was to learn some more about writing parsers by hand. Another]]></description><link>https://ecency.com/@serpent7776/simple-json-parser-in-c-rust-ocaml-standard-ml</link><guid isPermaLink="true">https://ecency.com/@serpent7776/simple-json-parser-in-c-rust-ocaml-standard-ml</guid><category><![CDATA[cplusplus]]></category><dc:creator><![CDATA[serpent7776]]></dc:creator><pubDate>Tue, 21 Feb 2023 20:29:06 GMT</pubDate></item><item><title><![CDATA[A simple ASCII-only JSON parser]]></title><description><![CDATA[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]]></description><link>https://ecency.com/@serpent7776/a-simple-ascii-only-json-parser</link><guid isPermaLink="true">https://ecency.com/@serpent7776/a-simple-ascii-only-json-parser</guid><category><![CDATA[cplusplus]]></category><dc:creator><![CDATA[serpent7776]]></dc:creator><pubDate>Fri, 25 Nov 2022 17:02:12 GMT</pubDate></item></channel></rss>