GithubHelp home page GithubHelp logo

typedefs / try-typedefs Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 2.0 771 KB

Try Typedefs!

Home Page: https://try.typedefs.com

HTML 0.47% JavaScript 99.51% CSS 0.03%
playground sandbox typedefs website

try-typedefs's Introduction

Typedefs

Build Status

About

Typedefs is a programming language-agnostic, algebraic data type definition language, written in Idris.

See http://typedefs.com, or play around with examples at Try Typedefs!

Build and run

Nix package descriptions, an Elba manifest and a Makefile are provided.

Nix packages

If you want to build everything, do:

nix-build

If you only want to build a specific package:

nix-build -A typedefs.nix

Makefile

Build everything:

make build-lib
sudo make install-lib
make build-rest

Build a specific package:

make build pkg=typedefs

Build documentation:

make doc-all

Run tests:

make test-all

Install:

sudo make install-all

Clean up:

make clean-all

Elba

There is a complete tutorial on how to compile and install typedefs using the elba package manager here.

In most cases it should be just as easy as:

elba install

try-typedefs's People

Contributors

andrevidela avatar epost avatar marcosh avatar wires avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

try-typedefs's Issues

Add links

Add links to:

  • typedefs.com
  • github
  • statebox
  • documentation?
  • ...

Deploy online

we have typedefs.org, and we could create a github pages thing.

  • publish online
  • refactor a bit so that it works (subdirs, bundling)
  • add subdomain

`oops` as example result

The examples name MySum (+ 1 0)) and name MyProduct (* 1 1)) produce oops as result, which isn't expected

Do parsing asynchronously

Parsing things can take a fairly long time so we don't want to block the whole page while doing so.

  • use a web worker to do the parsing on
  • show a waiting indicator

License

Maybe it would be a good idea to add a license, so that people could fiddle around with the code freely

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.