Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 971 Bytes

libraries.md

File metadata and controls

20 lines (15 loc) · 971 Bytes

D vs nim: third party libraries

PR's welcome! Goal: up to date and objective (as much as possible) comparison of third party libraries between D and nim, to help D users learn nim and vice versa.

links

https://github.com/nim-lang/needed-libraries

list

category D nim 1 for D, -1 for nim
package manager dub nimble ?
protobuf https://github.com/msoucy/dproto https://github.com/PMunch/protobuf-nim 1
numerical https://github.com/libmir/mir https://github.com/mratsim/Arraymancer ; https://unicredit.github.io/neo/ ?
web server https://github.com/vibe-d/vibe.d https://github.com/2vg/mofuw ?
human archive files https://github.com/marler8997/har ? 1
serialization https://github.com/jacob-carlborg/orange, etc https://github.com/xomachine/NESM ; https://nim-lang.org/docs/marshal.html ?
cmd line generator docopt https://github.com/c-blake/cligen -1