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 Ubuntu Archiv lucid (universe)
Version0.0.20071223-1
Sektionuniverse/interpreters
Prioritätextra
Installierte Größe72 Byte
Hängt ab vonlibc6 (>= 2.4), libreadline-ruby, ruby
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße9854 Byte
Prüfsumme MD5bd6da0caee333cfd0fc990cd6fdc0b49
Prüfsumme SHA11a4ec58d5ca43aff4a983283020a7d9df5e35d5f
Prüfsumme SHA256bc55bd4b302e675824c022aa7b154ee75e80871071aa507dd8cbe39c69ed6686
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