Skip to content

Wonderwall is a general purpose and functional programming language without parenthese

License

Notifications You must be signed in to change notification settings

StepfenShawn/wonderwall-prototype

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wonderwall

Wonderwall is a general purpose and functional programming language without parenthese

See the philosophy behind it: basics.md If you want to add any new feature or make any suggestions about wonderwall's basics, please issue!

Basic infrastructure:

Run - New Code

The new code is in the src-new
The new code is developed only with Clang++.

Windows: build
Linux: chmod u+x build.sh
./build.sh

Run - Old Code

Notice: this project is still in planning phase, the code in src is the testing prototype, in which I ignored code quality and efficiency. Apology. Yet, the code will eventually be written in rust, and the final prototype will be published around March 1st.

Currently recruiting devs who are familiar with rust, optimization, code review, OR compiler development & LLVM!!! Please contact me on discord, SatinW#0572, or join the Rickroll progamming language official server.

build: clang++ -Oz main.cpp -o wonderwall.out

G++
grun or g++ main.cpp -Ofast

Clang++
Windows: clrun
Linux : ./run.sh

About

Wonderwall is a general purpose and functional programming language without parenthese

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.0%
  • Batchfile 1.3%
  • Shell 0.7%