DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamec-repl
Beschreibungread-eval-print loop for C
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.0.20071223-1
Sektioninterpreters
Prioritätextra
Installierte Größe72 Byte
Hängt ab vonlibc6 (>= 2.7-1), libreadline-ruby, ruby
Empfohlene Pakete
PaketbetreuerRobert S. Edmonds
Quelle
Paketgröße9548 Byte
Prüfsumme MD5b4619f623df8ac16ea0a9c06281b6d96
Prüfsumme SHA14059f79d46fc3bd540bcacfe1e7e0131612c681c
Prüfsumme SHA2565ad4b2e6a4fddca5b16dc650df5ea65b4b5455fd336a828f6742b04741a7c608
Link zum Herunterladenc-repl_0.0.20071223-1_i386.deb
Ausführliche BeschreibungMany 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.


Impressum
Linux is a registered trademark of Linus Torvalds