So I’m designing a new #GUI toolkit with #REPL built-in, heavy on #UNIX philosophy and shell integration. Inspired by ed(1), of course. But I need to stress-test this design against possible use-cases for such a GUI. What are the small GUI apps you use daily or want to have that’d benefit from a really simple custom GUI you can hack up in an hour?

So far I have:
• Disk flashing utility (I keep forgetting the commands)
• Shell
• Music player

Any other ideas?

#theWorkshop

Every time I want to leave #lisp or #scheme based language I stumble across awesome talk which reminds me why I love it in the first place.

https://fosdem.org/2026/schedule/event/HDE7JZ-lisp-is-clay/

Damn #repl driven development is so damn awesome. Now a days If I need to write some automation scripts I use #babashka lot instead of #bash or #python

FOSDEM 2026 - Lisp is clay: the power of composable DSLs

С Vim удобно программировать (часть II)

Это вторая часть публикации. В первой мы разобрали основные настройки редактора, позволяющие сделать процесс набора программы более удобным. Здесь рассмотрим плагины и скрипты для запуска программ на разных языках из редактора Vim.

https://habr.com/ru/articles/1025124/

#linux #vim #vimrc #bash #diy_или_сделай_сам #repl #ide

С Vim удобно программировать (часть II)

Настройки, плагины и скрипты. 1. Запуск на исполнение текущего файла. inoremap <F5> <Esc>:w:source ~/.vim/ftplugin/run.vim nnoremap <F5> :w:source ~/.vim/ftplugin/run.vim По нажатию...

Хабр

Почему я перестал писать bash-скрипты и написал свой язык

Время от времени мне нужно выполнить примитивный сценарий в терминале, но каждый раз это заканчивается очередным гуглежом «bash iterate each file» или «bash file has string». А что если скрипты в терминале можно было бы писать прямо как поток декларативных мыслей?

https://habr.com/ru/articles/1020728/

#скриптовый_язык #bash #функциональное_программирование #REPL #автоматизация #open_source #Rust #Lisp #Haskell

Почему я перестал писать bash-скрипты и написал свой язык

Вам нужно пройтись по всем файлам в папке, найти те, в которых есть определённая строка, и переместить их в другую директорию. Казалось бы — 30 секунд работы. Вы открываете терминал, начинаете писать…...

Хабр

One from the archives for #TextmodeTuesday. The post might be 3 years old, but I'm still using these snippets almost daily to visualize and debug data whilst I'm working in the Node REPL...

https://mastodon.thi.ng/@toxi/110942967462856117

#ThingUmbrella #DataViz #REPL #Terminal

Whistler: Live eBPF Programming from the Common Lisp REPL

Writing, compiling, loading, and querying eBPF programs in one Lisp form.

REPL Yell!
🌗 GitHub - gcv/julia-snail:Emacs 的 Julia 開發環境
➤ 為 Emacs 使用者打造的高效 Julia 交互式開發環境
https://github.com/gcv/julia-snail
Julia Snail 是一套專為 Emacs 設計的 Julia 開發與 REPL 互動套件。其開發理念致敬了 Common Lisp 的 SLIME 與 Clojure 的 CIDER,旨在為 Julia 提供高效、靈活的交互式開發體驗。Snail 利用高效能終端模擬器(vterm 或 Eat)來呈現原生 REPL,有效解決了傳統 Emacs 緩衝區顯示異常的問題。透過與 Emacs 原生 xref 系統、自動補全機制及 CSTParser 的深度整合,開發者能更直觀地執行程式碼載入、定義跳轉及符號補全,實現無縫的開發工作流。
+ 終於有像 CIDER 那樣的工具了!對於習慣在 Emacs 裡寫 Clojure 的人來說,Julia Snail 讓切換語言變得輕鬆不少。
+ 雖然安裝 v
#Emacs #Julia #軟體開發 #開源工具 #REPL
GitHub - gcv/julia-snail: An Emacs development environment for Julia

An Emacs development environment for Julia. Contribute to gcv/julia-snail development by creating an account on GitHub.

GitHub

https://lispy-gopher-show.itch.io/leonardo-calculus/devlog/1451887/my-ansi-common-lisp-condition-ontology-eg
#devlog (!) #commonLisp #programming #article on my #itchio .

Since I forgot I had to ping aral to let my blog webhook work again, here is this article exhibiting

The ANSI common lisp condition system

in particular, I wrote an #ontology for classical! #lisp expression generation supporting precondition .. postcondition = handler .. local restart

interactive #repl exploration. The blog will resume its webhook updates next week. I should love this itch already anyway.

My ANSI common lisp condition ontology eg - Leonardo Calculus Software Individuals by screwtape

Fallow week oh fallow week. I mean, the show with cdg, kmp, and Ramin Honary then Kent Pitman’s epic ensuing mastodon thread featuring Pitman, Ramin, Gosling, Doug Merritt, and Roger Crew and others...

itch.io

@cwebber So to fix that, let me tell you about the PR for spritely hoot-repl that reduces load times of the #Guile #Scheme web #REPL in #webassembly by at least 30% ☺

https://codeberg.org/spritely/hoot-repl/pulls/4

Though I’m sure you already know, so this is just an "I answered the review" notification, but more interesting than something about LLM agents ☺

#wasm #programming

Optimize load time

This change parallelizes all resource loading. Before this change, all resources were loaded by the browser sequentially:First reflect.js and repl.js. After those are finished, wtf8.wasm (triggered from repl.js, initiated from reflect.js). Then repl.wasm (same). And finally (after a few ms pro...

Codeberg.org
@lobsters Lets not forget about debugging - currently it's either print log (crap) or a full trace (heavyweight). Im addressing this in #golang with a #TUI debugger with time travel and a #REPL https://asyncmachine.dev/wasm but that still doesnt replace actual breakpoints
asyncmachine.dev