write-you-a-scheme-v2 / Scheme

Licence: mit
Write You a Scheme

Programming Languages

haskell
3896 projects
scheme
763 projects

Labels

Projects that are alternatives of or similar to Scheme

Firebase Instagram
📸 Instagram clone with Firebase Cloud Firestore, Expo, and React Native 😁😍
Stars: ✭ 389 (-9.53%)
Mutual labels:  tutorial
Telegram Tutorial
Уроки по написанию своих Telegram-ботов
Stars: ✭ 409 (-4.88%)
Mutual labels:  tutorial
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (-2.33%)
Mutual labels:  tutorial
For Learning Go Tutorial
Introduction to beginners learn to go
Stars: ✭ 391 (-9.07%)
Mutual labels:  tutorial
Nlp Tutorials
Simple implementations of NLP models. Tutorials are written in Chinese on my website https://mofanpy.com
Stars: ✭ 394 (-8.37%)
Mutual labels:  tutorial
Tutorial
Java全栈知识架构体系总结
Stars: ✭ 407 (-5.35%)
Mutual labels:  tutorial
Awesome Autonomous Vehicle
无人驾驶的资源列表中文版
Stars: ✭ 389 (-9.53%)
Mutual labels:  tutorial
Dellxps15 9550 Osx
Tutorial for a full working Mac OS (10.11 up to 11.0) enviroment on the Dell XPS 15 (9550)
Stars: ✭ 428 (-0.47%)
Mutual labels:  tutorial
Helpers
Handy helper classes, tutorials, etc. for developers
Stars: ✭ 400 (-6.98%)
Mutual labels:  tutorial
Youtube React
A Youtube clone built in React, Redux, Redux-saga
Stars: ✭ 421 (-2.09%)
Mutual labels:  tutorial
Awesome Nuxt
A curated list of awesome things related to Nuxt.js
Stars: ✭ 4,285 (+896.51%)
Mutual labels:  tutorial
Elm Tutorial
A guide to building web applications using Elm 0.18
Stars: ✭ 398 (-7.44%)
Mutual labels:  tutorial
Tensorflow Tutorial
Tensorflow tutorial from basic to hard, 莫烦Python 中文AI教学
Stars: ✭ 4,122 (+858.6%)
Mutual labels:  tutorial
User Machine Learning Tutorial
useR! 2016 Tutorial: Machine Learning Algorithmic Deep Dive http://user2016.org/tutorials/10.html
Stars: ✭ 393 (-8.6%)
Mutual labels:  tutorial
Codeparkshare
Python初学者(零基础学习Python、Python入门)书籍、视频、资料、社区推荐
Stars: ✭ 4,193 (+875.12%)
Mutual labels:  tutorial
Open source demos
A collection of demos showcasing automated feature engineering and machine learning in diverse use cases
Stars: ✭ 391 (-9.07%)
Mutual labels:  tutorial
Pycon 2019 Tutorial
Data Science Best Practices with pandas
Stars: ✭ 410 (-4.65%)
Mutual labels:  tutorial
Cgold
🐋 The Hitchhiker’s Guide to the CMake
Stars: ✭ 428 (-0.47%)
Mutual labels:  tutorial
Vue Tutorial
🎃 Some of the vue-tutorial - 《Vue学习笔记》
Stars: ✭ 426 (-0.93%)
Mutual labels:  tutorial
Hands On Nltk Tutorial
The hands-on NLTK tutorial for NLP in Python
Stars: ✭ 419 (-2.56%)
Mutual labels:  tutorial

Write You a Scheme

About this project

Shortcut build:

$ ./build 

Shortcut repl:

$ ./repl

Shortcut run binary executable

$ ./run -r                 # Interactive shell
$ ./run -s test/let.scheme # Run file
$ ./run --help

Building the reference implementation.

$ stack exec scheme

Testing the reference implementation. (see test-hs/Spec.hs)

$ stack test

Debugging the reference implementation in GHCI.

$ stack repl 

Building the HTML and MediaWiki files for the tutorial text.

$ stack exec docs

The Wikipedia files are generated to output/docs/*.wiki. To view the HTML output.

$ firefox output/scheme.html

Contributing

Please feel free to contribute any improvements, corrects or ideas you have! I would love to hear how you are using these ideas, or what you think about this project. Your help will make this project great!

License

Artwork CC BY NC SA

This written work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. You may reproduce and edit this work with attribution for all non-commercial purposes.

The included source is released under the terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].