KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
symbol
★ 17
Open GitHub ↗
typed lisp adventure
Download README (.md)
Explore Similar Repositories
Regex
:
A little regex engine
projector.js
:
Inter- and Audioactive VJ Software for Chrome 23+
pwned
:
Simple C++ code for simple tasks
tarsnap-backup-osx
:
A shell script and launchd config file to run daily backups on specified directories to tarsnap
fakesome
:
The fake data generator
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
symbol
?
Download (.md)
symbol is a compiler of a subset of clojure syntax to C++. Currently symbol supports only longs, doubles, pointers, structs and functions, but support for other datatypes might be added later. This work is still in alpha stage and no proper releases have been made. **Suspended** This project is currently suspended for the following reasons. The following things were too big challenges for me * support for both static and dynamic memory allocation * efficient dynamic memory management * gccxml doesn't support templates If anyone is interested to take over or copy some ideas please contact me. symbol has working * type inference for functions and classes * C++ code generation * imports