Interactive Nim Shell / REPL / Playground
-
Updated
Jul 1, 2021 - 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.
Created by Andreas Rumpf
Released 2008
The recaptcha library added a second overload for
initRecaptcha
. Consequently,nimwcpkg/webs/captchas.nim:setupReCaptcha
must provide a third argument (either abool
or aProvider
) for Nim to unambiguously resolve the call. This will matter more once recaptcha stamps a new release. You may want awhen compiles
guard to handle both old & new recaptcha libs.