Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quasarbright/funduce
basically racket advanced student language
https://github.com/quasarbright/funduce
Last synced: 26 days ago
JSON representation
basically racket advanced student language
- Host: GitHub
- URL: https://github.com/quasarbright/funduce
- Owner: quasarbright
- License: bsd-3-clause
- Created: 2020-08-30T18:25:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T00:00:55.000Z (about 4 years ago)
- Last Synced: 2024-11-06T07:42:17.578Z (3 months ago)
- Language: Haskell
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Funduce
The first language I created was Subduce, which is a dynamically typed imperative language. It has records with
auto-generated constructors, getters, and membership tests and supports higher-order functions.This language will basically be a subset of racket advanced student language, which was one of the inspirations for Subduce.