\x1b orhun 👾 · @orhun
298 followers · 716 posts · Server fosstodon.org

New Arch Linux package: **evcxr_repl** 🚀

🦀 A Rust REPL based on evcxr.

⭐ GitHub: github.com/evcxr/evcxr

🐧 Package: archlinux.org/packages/extra/x (pacman -S evcxr_repl)

#rustlang #repl #archlinux

Last updated 1 year ago

(webdev Tory) :emacs: · @worldsendless
304 followers · 2636 posts · Server qoto.org

The glory of like is supposed to be the smooth experience. I have gone back to the stoneage because github actions are receiving an error that I cannot reproduce locally, so I keep making a change, pushing to see if that effects the github test error, and then trying again. Like I'm back in the stone age.

#repl #clojure #lisp

Last updated 1 year ago

screwtape · @screwtape
313 followers · 4645 posts · Server mastodon.sdf.org

y on only on @SDF public access unix.
0. in NZ

1. and not cold booting one's
2. And hence stapling an user interface other than streams to my planner bot from old computer challenge

3. Some new gophers arrive from activitypub @silverwizard @nuintari . But what is item type t from silverwizard's static site generator?

4. DWIMification jokes in @alexshendi 's part of the last show's thread

~chat irc

#lispygophershow #lisp #gopher #anonradio #climate #commonlisp #mcclim #asdf #repl

Last updated 1 year ago

screwtape · @screwtape
311 followers · 4601 posts · Server mastodon.sdf.org
Todd A. Jacobs · @todd_a_jacobs
8 followers · 76 posts · Server ruby.social

TIL that icr removed readline and libedit support. If `stty sane` doesn't fix your input problems, you may need to invoke it like this instead:

```bash
alias icr='rlwrap --always-readline --no-children --ansi-colour-aware icr'
```

Seems like a poor design decision, but at least there's a pair of work-arounds to having an unresponsive and unkillable REPL!

#crystallang #repl

Last updated 1 year ago

Yaroslav Khnygin · @surabax
59 followers · 588 posts · Server mastodon.ie

Hot take: the potential of free software cannot be fully realized with static, batch-oriented, multiple-address-space, memory-unsafe programming environments. There is too much friction to exercise your freedom.

#freesoftware #opensource #foss #programming #programminglanguages #repl #repldrivendevelopment #lisp

Last updated 1 year ago

UNWIRE.HK · @unwirehk_mirror
44 followers · 2531 posts · Server mastodon.hongkongers.net

多條 GPT-4 API 密鑰被盜 黑客從 Repl.it 中盜取+免費對外分享
外媒 Vice 指出有人在 Discord 群組 r/ChatGPT 中分享 OpenAI GPT-4 的 A […]
The post 多條 GPT-4 API 密鑰被盜 黑客從 Repl.it 中盜取+免費對外分享 appeared first on 香港 unwire.hk 玩生活.樂科技.
-4 AI .it
unwire.hk/2023/06/10/gpt-4-api

#科技趣聞 #gpt #open #repl

Last updated 1 year ago

Pito Salas · @Pitosalas
41 followers · 240 posts · Server ruby.social

Link blog entry for "Alternate Python REPL - bpython": (bpython-interpreter.org/)
, python, cooltool

#repl

Last updated 1 year ago

Daniel · @semperos
88 followers · 38 posts · Server fosstodon.org

PiLisp's REPL has some peculiar defaults and I wrote about them:

danielgregoire.dev/posts/2023-

#lisp #repl #shell #cli

Last updated 1 year ago

DocRekd · @docRekd
16 followers · 424 posts · Server hachyderm.io

@felixthehat What can runjs.app/ do that,say,the or the cannot beside top level await and imports from?

#browser #devtools #nodejs #repl

Last updated 1 year ago

Felix · @leobm
190 followers · 2593 posts · Server norden.social

if you want to get all dirty 😂 , is also a clojrue like lisp for php. Unfortunately has no nework so far phel-lang.org/

#phel #repl

Last updated 1 year ago

Felix · @leobm
184 followers · 2459 posts · Server norden.social

The factor programming language and environment looks really exciting. The language has influences from , and . It is a stack based programming language. Very interesting is the interactive, graphical environment, where you can load code and execute it step by step, view the result on the data stack, jump back and execute again. Reminds me a lot of interactive smalltalk environments. I think I really need to learn the language. youtube.com/watch?v=OLh61q4c4X

#forth #lisp #smalltalk #repl

Last updated 1 year ago

Bryn 🜏 :heart_cyber: · @d1pl0mat
926 followers · 295 posts · Server kolektiva.social

Why did no one tell me the ki was a thing now‽‽‽ I've been wanting a proper Kotlin CLI interpreter for YEARS!

Now I can actually learn it properly because my ADHD brain refuses to write whole files to learn new languages

#kotlin #repl

Last updated 1 year ago

Ramin Honary · @ramin_hal9001
109 followers · 807 posts · Server emacs.ch

@galdor Thanks for sharing that! I will definitely try it out soon! Does it have any compatibility with ?

My ideal would be a lightweight clone written in , , or that includes a for Scheme/Haskell/Ocaml, and also a clone of the Emacs Lisp interpreter that is feature-complete enough to run some of the Emacs packages that I really like.

- There is The Yi editor written in Haskell, but it does not clone Emacs Lisp.
- There is also Edwin written in MIT Scheme, but it also does not clone Emacs Lisp.
- Scheme provides an Emacs Lisp interpreter but it is not feature complete enough to write run any legacy Emacs packages.
- I have not yet tried "Fork-Efuns" written in Ocaml though.

#emacslisp #texteditor #emacs #scheme #haskell #ocaml #repl #guile

Last updated 1 year ago

LisPi · @lispi314
236 followers · 3405 posts · Server mastodon.top

@drwho @cryptoxic REPLs are nice. You can actually have your cake & eat it too, transparently compiles everything even in .

#sbcl #repl

Last updated 1 year ago

blake shaw · @rml
130 followers · 386 posts · Server functional.cafe

a trivial in 6 lines of

#repl #scheme #guile #lisp

Last updated 1 year ago

nope · @stacked_automation
129 followers · 7144 posts · Server mastodon.social
Jesse · @jaawerth
37 followers · 283 posts · Server functional.cafe

rlwrap is super handy, and its tags/stdio-based filter protocol is neat in how simple yet powerful it is. So much, I've been tinkering on-and-off with a smol port of their filter module for more portable readline integration in the

But! I get that rlwrap filters are usually used in a context where remote code execution is the point, but rlwrapfilter.py clearly wants to watch the world burn

#fennel #repl

Last updated 2 years ago

Craig Doremus 🦕 · @cdoremus
45 followers · 162 posts · Server hachyderm.io

@deno_diary
@deno_land
They now run v1.28.3 which includes npm: support
.it

#deno #repl #javascript

Last updated 2 years ago

Did you know that runs on .it as does other apps? @deno_land replit.com:/@cdoremus/Deno-Fresh-Twind?s=app

#deno #freshframework #repl #javascript

Last updated 2 years ago