prybar
prybar copied to clipboard
Pry open those interpreters.
As of ocaml-compiler-libs v0.12.4 (required by `repl.ml`), module `Toploop` signature includes this: ```ocaml type input = Stdin | File of string | String of string val use_silently : Format.formatter ->...
Using: - ocaml 5.1.1 - ocaml-compiler-libs v0.12.4 - ocamlfind 1.9.6 Here is what I do (in a fresh clone, using Ubuntu 23.10): ```bash $ cd languages/ocaml $ ocaml repl.ml -e...
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210615035016-665e8c7367d1 to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I'm trying to run a tcl file like the following: ``` package require http 2 package require tls 1.7 http::register https 443 [list ::tls::socket -autoservername true] set resp [http::geturl "http://worldtimeapi.org/api/timezone/Pacific/Honolulu"]...
Hi! I was trying to run the service on my machine and after doing make docker, I try make just like the documentation says, but it fails saying the docker...
yea for reals. If we wanna nix brainfuck we better not break any features xD
Honestly I don't know why this was did, but if there is a good reason ya'll did this then you can close this
The old logic for `prompt` was pretty bad and `readline` has all of the logic we need + more so I figured we should just use it instead of our...