Skip to content

Minimal Haskell Prototype

Pre-release
Pre-release
Compare
Choose a tag to compare
@arendsee arendsee released this 24 Sep 06:52
· 1388 commits to master since this release

This release presents a very simple Morloc prototype. It is mostly experimental and will change greatly in the future with no attempt to preserve backwards compatibility.

This prototype includes

  • A simple, typed, functional scripting language
  • A compiler to translate these scripts into RDF graphs and then executable code
  • Simple type checking
  • Support for Python and R
  • A system for specifying language-specific types and transforming the data as needed
  • Syntax for specifying type constraints