Skip to content

devaspot/alice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alice ML

Language Feature

  • Powerful and Fast SEAM Virtual Machine can execute Native, Bytecode
  • SEAM Supports JIT, GC
  • First-Class Modules and Powerful Type-System
  • Lazy Evaluation
  • Packages
  • Transparent Network Serialization (Pickling)
  • Concurrent Primitives: Lightweight Workers, Futures, Spawns
  • Constraint Programming

Directory Layout

arts      -- Alice ML Run-Time System, SEAM VM C++ sources
сompiler  -- Alice ML Compiler, SML/AML sources
doc       -- papers and manuals
libs      -- Alice ML Base Libraries

SEAM VM Authors

  • Thorsten Brunklaus (core, gc, native)
  • Leif Kornstaedt (core, io)
  • Guido Tack (persistance, loader)
  • Christian Mueller (bytecode)
  • Jens Regenberg (debug)

Alice ML Authors

  • Andreas Rossberg
  • Leif Kornstaedt

OM A HUM

Releases

No releases published

Packages

No packages published

Languages