GithubHelp home page GithubHelp logo

xlxs4 / stratagem Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 81 KB

A Scheme-like programming language implemented in Haskell

License: MIT License

Haskell 75.86% Scheme 24.14%
haskell interpreter programming-language scheme scheme-interpreter

stratagem's Introduction

stratagem

A Scheme-like programming language implemented in Haskell

stratagem /ˈstratədʒəm/ noun: a plan or scheme, especially one used to outwit an opponent or achieve an end.

a series of devious stratagems

Archaic: skill in devising plans or schemes; cunning.

Developing

You need Haskell, and a build tool such as Cabal or Stack. I like being modern, so I'm using Stack. I recommend using the new kid around the block, GHCup, to install all of these.

To build:

stack build --fast --file-watch

To boot the REPL:

stack build
stack exec stratagem -- -r

To run the executable:

stack build
stack exec stratagem -- "$@"

To run the tests:

stack test
# or instead
stack build --test

stratagem's People

Contributors

xlxs4 avatar

Stargazers

Andrew Johnson avatar

Watchers

James Cloos avatar  avatar

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.