Recent Changes - Search:

Oktatás

* Programozás 1
  + feladatsor
  + GitHub oldal

* Szkriptnyelvek
  + feladatsor
  + quick link

Teaching

* Programming 1 (BI)
  ◇ exercises
  ◇ quick link

teaching assets


Félévek

* 2025/26/2
* archívum


Linkek

* kalendárium
   - munkaszüneti napok '20
* tételsorok
* jegyzetek
* szakdolgozat / PhD
* ösztöndíjak
* certificates
* C lang.
* C++
* C#
* Clojure
* D lang.
* Java
* Nim
* Nim 2
* Scala


[ edit | logout ]
[ sandbox | passwd ]

Install a REPL

Although Nim is a compiled language, it also has a REPL. (Shameless plug: I also wrote a simple REPL for the C language, see here).

Nim's REPL (which is a 3rd-party library) is called INim.

$ nimble install inim

$ inim
👑 INim 1.0.0
Nim Compiler Version 2.2.8 [Linux: amd64] at /home/jabba/.nimble/bin/nim
nim> 1+1
2 == type int
nim>

It's slow, because in the background it updates and compiles a Nim file, but it's still very useful if you quickly want to try something.

Remove a package

$ nimble uninstall inim
Cloud City

  

Blogjaim, hobbi projektjeim

* The Ubuntu Incident
* Python Adventures
* @GitHub
* heroku
* extra
* haladó Python
* YouTube listák


Debrecen | la France


[ edit ]

Edit - History - Print *** Report - Recent Changes - Search
Page last modified on 2026 March 17, 21:32