Giter VIP home page Giter VIP logo

chimp's Introduction

Chimp

Chimp is a little dynamic, strongly typed programming language experiment written in C. It has "shared nothing" tasks that communicate via message passing and each task gets its own heap, garbage collector and virtual machine.

If you can imagine Rust or Erlang carrying Ruby & Python’s bastard surrogate child... well, yeah. It’s kinda like that.

http://tomlee.co/2012/12/chimp-programming-language/

Running on OS X

Getting started with Chimp is a breeze.

brew install cmake
cmake .
make
./chimp examples/helloworld.chimp

Other things you might need to install.

brew install check
brew install valgrind

Running Tests

Unit testing are written partially with the check library (for testing C and partially in ChimpUnit) If you haven't already installed check, you might need to do that before you run the tests:

cmake .
make clean test

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.