Skip to content

macrozone/TuringCoffeeMachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Turing Machine written in Coffeescript.

live demo:

http://turing.macrozone.ch/

It can handle multiple tapes

install

nodejs is used as backendwebserver to convert the coffescript and stylus files (the frontend-code itself doesn't depend on node though)

if you have node installed you can setup this project like this

  1. git clone https://github.com/macrozone/TuringCoffeeMachine.git
  2. cd TuringCoffeeMachine
  3. npm install
  4. node server.js

now the server is running in developement mode on port 3000: http://localhost:3000


App structure generated by Skeleton


About

A TuringMachine in Coffeescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages