Giter Club home page Giter Club logo

thereturnofthesonofsml's Introduction

The Return Of The Son of SML

presentation

I don't like Java and I really like functional programming so playing with Standard ML make me feel good.

Because I never used this language family (SML/NJ, PolyML, MLTon, OCaml, F#) in an every day job, I need a few evenings to recall what I knew. And every time I learn again SML, I do it in a new way and always with a great pleasure.

what you need

You need PolyML, make and a good editor which can highlight SML syntax, like Vim.

what to touch

The project hello in the directory hello is the best place to start. Don't forget to read the Makefile documentation.

a table of content

  1. the hello project, sample project with little experimentations,
  2. the mlTop project, a little top inspired project,
  3. project management with make.

about compilers

PolyML

It's a full system with an interpreter, very useful to test and debug, and a compiler.

MLTon

MLTon is just a compiler. Why using another compiler? It's one of the best way to be sure of syntax quality and an easy way to understand compiling errors. It's because each compiler have it's own error messages.

MLTon is easy to use. Just create an .mlb file with the list of the files used by your project and run the compiler!

thereturnofthesonofsml's People

Contributors

bernardtatin avatar

Watchers

 avatar  avatar

thereturnofthesonofsml's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.