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);
Read wiki to start.
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.
Read CONTRIBUTING.md to contribute
For development process/plan, see PLAN.md
user | role |
---|---|
Redoc | StreamCode Development Leader |
Sungyi | StreamCode Maintain Leader |
This Project is under Apache 2.0 License.
This language doesn't work yet. Stay tuned.