#
Nim

Nim is a general-purpose systems programming language that's designed to be efficient, expressive, and elegant. The Nim compiler produces dependency-free binaries for most platforms as well as JavaScript for the web.
Here are 1,627 public repositories matching this topic...
A fast, ergonomic and portable tensor library in Nim with a deep learning focus for CPU, GPU and embedded devices via OpenMP, Cuda and OpenCL backends
iot
machine-learning
nim
deep-learning
opencl
linear-algebra
automatic-differentiation
openmp
parallel-computing
cuda
autograd
gpgpu
neural-networks
high-performance-computing
ndarray
tensor
gpu-computing
multidimensional-arrays
cudnn
matrix-library
-
Updated
Mar 3, 2022 - Nim
Powerful and flexible web framework written in Nim
web-development
web
nim
async
full-stack
webframework
webdev
hacktoberfest
jester
prologue
webapp-framework
nimlang
http-framework
async-web-applications
prologue-framework
-
Updated
Jan 20, 2022 - Nim
Lightweight alternative to Discourse written in Nim
-
Updated
Feb 21, 2022 - Nim
A curated list of awesome Nim frameworks, libraries and software. Inspired by other awesome lists.
-
Updated
Nov 14, 2019
Compile Nim Extensions for Python On Import!
python
performance
nim
compiler
cython
transpiler
nimpy
cython-alternative
nim-source
nim-compiler
nimporter-libraries
-
Updated
Mar 3, 2022 - Python
Interactive Nim Shell / REPL / Playground
-
Updated
Jul 1, 2021 - Nim
Open
Dart-lang
1
abianche
commented
Feb 7, 2020
Language request for Dart.
fast BAM/CRAM depth calculation for WGS, exome, or targeted sequencing
-
Updated
Feb 2, 2022 - Nim
Tool for easily installing and managing multiple versions of the Nim programming language.
-
Updated
Jan 29, 2022 - Nim
Nimbus: an Ethereum 1.0 and 2.0 Client for Resource-Restricted Devices
android
raspberry-pi
ios
mobile
nim
ethereum
blockchain
nim-language
hacktoberfest
fluffy
nim-lang
nimbus
portal-network
-
Updated
Mar 4, 2022 - Nim
aduros
commented
Dec 13, 2021
The font bitmap has empty space reserved for ASCII characters 0x80 through 0xA0.
We should use that space for something, like icons for WASM-4 controller buttons, or generic sprites like stars/hearts/etc.
Games can then use hex string literals to easily display these:
text("Press \x80 to jump!", 0, 0);
a Game Framework in Nim inspired by Pico-8.
-
Updated
Mar 2, 2022 - Nim
PyTorch - Python + Nim
-
Updated
Jun 8, 2019 - Nim
A collection of (relatively) harmless prank examples using the Windows API
-
Updated
Feb 17, 2022 - Nim
A command line based editor inspired by vi/vim. Written in Nim.
-
Updated
Mar 1, 2022 - Nim
A curated list of awesome Nim frameworks, libraries, software and resources.
-
Updated
Jan 8, 2022 - Nim
Nimterop is a Nim package that aims to make C/C++ interop seamless
-
Updated
Dec 8, 2021 - Nim
Created by Andreas Rumpf
Released 2008
- Repository
- nim-lang/Nim
- Website
- nim-lang.org
- Wikipedia
- Wikipedia
On Windows, when stack size limit is exceeded, the program ends with "Error: execution of an external program failed" with no details provided. For noobies like me, it might be helpful if the compiler gives some indication of why that is.
The simplest would be to create a warning when a single large array is defined in the code.
More advanced solution would take the combined the sizes of diffe