Skip to content

Diggie-Bro/StreamCode

The StreamCode Programming Language

StreamCode is an open-source programming language that is Stream-friendly and simple to use.


  • C++
#include <iostream>
using namespace std;
int main() {
    cout << "hello world";
}
  • StreamCode
import io;
main := ("hello world")=>(print);

🎉 Getting Started

Read wiki to start.

🚀 Build

Use make command to build.

Makefile is for prototype now, so it will build the lastest prototype test/hello_world_var.cpp.
If you wanna to see other prototypes of previous prototypes, please visit test/makefiles directory.

👀 Contributing

Read CONTRIBUTING.md to contribute
For development process/plan, see PLAN.md

:octocat: Authors

user role
Redoc StreamCode Development Leader
Sungyi StreamCode Maintain Leader

📠 License

This Project is under Apache 2.0 License.

📝 Note

This language doesn't work yet. Stay tuned.