https://github.com/breuleux/old_quaint
New programming language
https://github.com/breuleux/old_quaint
Last synced: about 1 month ago
JSON representation
New programming language
- Host: GitHub
- URL: https://github.com/breuleux/old_quaint
- Owner: breuleux
- Created: 2011-09-23T23:27:05.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-28T18:17:35.000Z (almost 13 years ago)
- Last Synced: 2025-04-14T20:09:02.652Z (about 1 month ago)
- Language: Python
- Homepage: http://breuleux.net/quaint
- Size: 335 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Quaint is a new programming language. How quaint!
Quaint aims to be a dynamic programming language that offers several
optional static properties and is easy to optimize in the average
case.It currently in the design phase, so nothing about it is set in stone
yet.Project page/blog: http://breuleux.net/quaint
Check the development blog for insight on the design process and/or to
give feedback.This particular implementation is in Python 3, but once everything is
in working order, Quaint will be reimplemented in Quaint.