Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kodekote/sml_exemplars
- Owner: kodekote
- Created: 2023-08-08T13:59:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-08T14:12:40.000Z (over 1 year ago)
- Last Synced: 2024-01-26T09:31:17.202Z (10 months ago)
- Topics: computer-science, educational, functional-programming, ml, sml
- Language: Standard ML
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sml_exemplars
Standard ML functions that are of interestSometimes, 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";
```