Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kodekote/sml_exemplars

Standard ML functions that are of interest
https://github.com/kodekote/sml_exemplars

computer-science educational functional-programming ml sml

Last synced: about 5 hours ago
JSON representation

Standard ML functions that are of interest

Awesome Lists containing this project

README

        

# sml_exemplars
Standard ML functions that are of interest

Sometimes, Standard ML makes certain things extremely trivial and intuitive. This
repository will be a collection of SML functions I have written to help other
students of computer science, or simply to collect elegant solutions to problems.

Right now, only insertion_sort is defined--I will add more later. Namely, an efficient regular
expression parser that does not require a DFA (in fact, it requires nothing more than recursion).

Feel free to send me an email if you are a student learning SML and need help.
My email is:
```
(String.rev "etokedok") ^ "@" ^ (String.rev "duolc") ^ ".com";
```