Pinned Repositories
awka
Revive awka - Awk to C Compiler
c2nim
c2nim is a tool to translate Ansi C code to Nim. The output is human-readable Nim code that is meant to be tweaked by hand before and after the translation process.
csources
The pre-generated C sources of the Nimrod compiler which aid in bootstrapping.
db
Unified db access module
db_odbc
Nim ODBC library consistent with the nim db_xxxxxx libraries
nim-opencv
Nimrod OpenCV wrapper
nim_iup_dsl
Nim Domain Specific Language for building a GUI in the NIM programing language using the IUP GUI library
seqmath
Nim sequence math library for sequences and nested sequences
tnim
TinyNim - a REPL for Nim (an interactive sandbox for testing Nim code)
units
Conversion between units (Mass, Volume, Length, ...)
jlp765's Repositories
jlp765/tnim
TinyNim - a REPL for Nim (an interactive sandbox for testing Nim code)
jlp765/seqmath
Nim sequence math library for sequences and nested sequences
jlp765/db
Unified db access module
jlp765/units
Conversion between units (Mass, Volume, Length, ...)
jlp765/nim-opencv
Nimrod OpenCV wrapper
jlp765/nim_iup_dsl
Nim Domain Specific Language for building a GUI in the NIM programing language using the IUP GUI library
jlp765/parsefixed
parse fixed width fields of lines of text (complementary to parsecsv)
jlp765/awka
Revive awka - Awk to C Compiler
jlp765/c2nim
c2nim is a tool to translate Ansi C code to Nim. The output is human-readable Nim code that is meant to be tweaked by hand before and after the translation process.
jlp765/csources
The pre-generated C sources of the Nimrod compiler which aid in bootstrapping.
jlp765/db_odbc
Nim ODBC library consistent with the nim db_xxxxxx libraries
jlp765/dialogs
This module implements portable dialogs for Nim; the implementation builds on the GTK interface. On Windows, native dialogs are shown instead.
jlp765/felix
The Felix Programming Language
jlp765/iup
iup wrapper for Nim. Used to be part of the stdlib, now a Nimble package.
jlp765/mapbits
Access mapped portions of bytes as int variables
jlp765/Nim
Nim (formerly known as "Nimrod") is a compiled, garbage-collected systems programming language which has an excellent productivity/performance ratio. Nim's design focuses on efficiency, expressiveness, elegance (in the order of priority).
jlp765/nim-cookbook
Nim Programming Cookbook
jlp765/nimfltk
Nim FLTK GUI wrapper
jlp765/nimgtkdsl
a dsl for gtk in Nimrod lang
jlp765/nimx
GUI library
jlp765/original-mawk
Automatically exported from code.google.com/p/original-mawk
jlp765/packages
List of packages for Nimble
jlp765/tcl
jlp765/tlMath
typeless Math library (awk-like math, handling int,float and string)
jlp765/ui
Beginnings of what might become Nim's official UI library.