- A new dynamic programing language for AI and IOT with natural born distributed computing ability
- A super glue to easily integrating with other languages such as c++/c, python and javascript and any framework cross operation system barriers.
- Running faster than python about 3x-5x
- build from Windows
- git clone https://github.com/xlang-foundation/xlang.git
- use Visual Studio to open this xlang folder
- choose configuration for example Local Machine/x64-Debug, WSL:Ubuntu/WSL-GCC-Debug
- build ( click on Visual Studio's menu: build/build all)
- build from Linux(Ubuntu)
todo:
- go to console window, cd to xlang executable file folder
- xlang
- install xlang plugin in vscode
- start xlang with parameter: -event_loop -dbg -enable_python
xlang -event_loop -dbg -enable_python - open or new a file with .x extension name
click on vs code menu run/start debuging then vscode will automatcilly connect with xlang to run
- in Windows, install Android Studio
- open project from folder xlang\Android
- then build from Android Stduio menu: Build/Make Project