KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
rain
★ 21
Open GitHub ↗
A programming language.
Download README (.md)
Explore Similar Repositories
momo
:
墨墨背单词分享页面刷单词量
Android-DownloadManager
:
Android下载管理器,从Android6.0源码中分离出来可独立使用的下载管理器, 基本用法与官方API相同
redux-whenever.js
:
:clock430: Redux store subscriber for specific state change
piserv
:
Raspberry Pi HTTP Interface for GPIO Control
nodejs-mysql-starter-kit
:
A starter kit for setting up a Node.js project with a MySQL database.
// 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
rain
?
Download (.md)
# Rain A dynamically-typed, whitespace-delimited, garbage-collected language focused on simplicity, expressiveness, and extensibility via a powerful C API. Check out the [docs](https://scizzorz.github.io/rain/) for more. ## Dependencies Definitely Python 3, LLVM-3.9, clang-3.9, [`libunwind`](http://www.nongnu.org/libunwind/), and [`libgc`](https://www.hboehm.info/gc/). Check out [requirements.txt](https://github.com/scizzorz/rain/blob/master/requirements.txt) for the Python packages. The regular expression package (`base.re`) module requires `libpcre`. ## Having fun Make a fun Rain file: let main = func() print("Wow, I'm having so much fun right now!") Use `rainc` on your fun Rain file: $ rainc funfile.rn Then execute the executable: $ ./funfile Check out the [samples](https://github.com/scizzorz/rain/tree/master/samples) for some more fun. All of them should compile and run successfully.