lenny  ] [  squeeze  ] [  sid  ]
[ Source: c-repl  ]

Package: c-repl (0.0.20071223-1)

read-eval-print loop for C

Many programming languages come with a REPL (read-eval-print loop), which allows you to type in code line by line and see what it does. This is quite useful for prototyping, experimentation, and debugging code.

Other programming languages, and especially C, use a "compile-run" model, and don't provide a REPL. Let's fix that.

This approach is actually more of a read-eval loop, as c-repl doesn't know anything about the types and parse trees of the code it's running. But unlike other approaches to solving the "C interpreter" problem, c-repl works directly with unmodified libraries and system headers.

This means you can experiment with a new library without writing a test program or any bindings. Or just use it as a simple calculator, content in knowing it is much faster than your neighbors using irb, like driving a Ferarri on city streets.

Other Packages Related to c-repl

  • depends
  • recommends
  • suggests
  • dep: libc6 (>= 2.7-1) [not ia64]
    GNU C Library: Shared libraries
    also a virtual package provided by libc6-udeb
  • dep: libc6.1 (>= 2.7-1) [ia64]
    GNU C Library: Shared libraries
    also a virtual package provided by libc6.1-udeb
  • dep: libreadline-ruby
    Readline interface for Ruby
  • dep: ruby
    An interpreter of object-oriented scripting language Ruby

Download c-repl

Download for all available architectures
Architecture Package Size Installed Size Files
amd64 9.6 kB72 kB [list of files]
armel 9.3 kB68 kB [list of files]
hppa 10.0 kB72 kB [list of files]
i386 9.3 kB72 kB [list of files]
ia64 10.4 kB76 kB [list of files]
mips 9.7 kB72 kB [list of files]
mipsel 9.8 kB72 kB [list of files]
powerpc 10.0 kB72 kB [list of files]
s390 9.7 kB72 kB [list of files]
sparc 9.6 kB72 kB [list of files]