dyweb / weekly

DevComm-Shanghai Weekly 上海地区高校技术社团联合周报(欢迎投稿)
https://dyweb-weekly.netlify.com/
65 stars 5 forks source link

Weekly-212 #248

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

联合周报第 212 期开始投稿 :tada:

at15 commented 3 years ago

Found https://github.com/janet-lang/janet while looking at https://articles.inqk.net/2020/09/19/how-to-use-pegs-in-janet.html the language ships a peg parser inside core library.

at15 commented 3 years ago

https://github.com/nez-peg/nez an open grammar specification language (I think the project is dead, found it by accident while searching for how match open and close tag in peg grammar ...

at15 commented 3 years ago

https://nifi.apache.org/ the name is a bit interesting ... found it from some aws talk diagram

at15 commented 3 years ago

https://www.crockford.com/xiangqi.html and https://www.crockford.com/shogi.html Author is author of JSON.

at15 commented 3 years ago

TIL: you can use graalvm to do ahead of time compile java code into a standalone executable https://www.graalvm.org/reference-manual/native-image/

Though the license is GPL2 with Classpath Exception

at15 commented 3 years ago

https://sitereport.netcraft.com/?url=http%3A%2F%2Ftongqu.me

Found it when looking at https://caucho.com/about for its rpc serialization format, which is from wechat push notifications ...

at15 commented 3 years ago

The Mayfield Handbook of Technical & Scientific Writing

xplorld commented 3 years ago

https://github.com/RustPython/RustPython

Rust written python3 interpreter. Featuring wasm compile target.