Skip to content
forked from inim-repl/INim

Interactive Nim Shell / REPL / Playground

License

Notifications You must be signed in to change notification settings

nim-lang-cn/INim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INim: Interactive Nim Shell nimble

$ nimble install inim

alt text

Features

  • Runs on Linux, macOS and Windows
  • Auto-indent (if, for, proc, var, ...)
  • Arrow keys support (command history and line navigation)
  • Prints out value and type of discarded expressions: >>> x
  • Uses current nim compiler in PATH
  • Runs in the current directory: import your local modules (access to exported* symbols)
  • Preload existing source code (access to non-exported* symbols): inim -s example.nim
  • Colorized output

Contributing

Pull requests and suggestions are welcome.

About

Interactive Nim Shell / REPL / Playground

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nim 100.0%