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

https://github.com/agrafix/legodsl

Haskell LegoDSL
https://github.com/agrafix/legodsl

Last synced: about 1 year ago
JSON representation

Haskell LegoDSL

Awesome Lists containing this project

README

          

# legoDSL

Haskell LegoDSL

## DSL

You can write Haskell-code and generate nxc-code for the nbc compiler. Examples are in Examples/Example.hs and Examples/ExampleCode.hs

## VM

You can test your Haskell-code using a VM. Example is in Examples/ExampleVM.hs

## Scripting

You can also script your NXT using a JavaScript-like language. Example is Scripting/lineFollow.js. Build and use the legoDSL executable to generate nxc-code and then the nbc compiler to transfer it to your robot.