We have started to use Nim https://nim-lang.org/ https://nim-lang.org/ for some of our projects but missing a native driver for firebird (sqlite,postgres,mySql are supported). Nim is a statically typed language , which is up in speed with C and Rust, and has a pythonesque syntax. It compiles on linux,windows and mac.
Play here : https://play.nim-lang.org/ https://play.nim-lang.org/ We hope that the Firebird Project Community will consider to provide a native driver for this upcoming language. Currently there seems to be only one attempt to access firebird via the python fdb driver on linux only. https://github.com/qqtop/NimFirebird https://github.com/qqtop/NimFirebird nx
