2023-06-15

GitHub - cosmos72/schemesh: A Unix shell and Lisp REPL, fused together

Schemesh is a Unix login shell that combines traditional shell functionality with a full Lisp REPL powered by Chez Scheme. Users can seamlessly switch between shell and Lisp syntax, offering both interactive command execution and powerful Scheme programming capabilities with native code optimization.

Original archive.is archive.ph web.archive.org

Log in to get one-click access to archived versions of this article.

read comments on news aggregators:

Related articles

Making Cloudflare the best platform for building AI Agents

Cloudflare announces the agents-sdk framework for building AI agents, along with updates to Workers AI including JSON mode and longer context windows. The platform enables developers to create autonomous AI systems that can execute tasks through dynamic decision-making, with seamless deployment and scaling capabilities on Cloudflare's infrastructure.

Bookmarklets (and Custom URL Schemes) Are Criminally Underrated

A detailed exploration of bookmarklets and custom URL schemes reveals their underutilized potential for enhancing browser functionality through JavaScript-enabled bookmarks and custom protocol handlers. The functionality allows users to create custom buttons that can interact with both web content and local applications, enabling powerful browser-to-application workflows. The technology demonstrates the possibility of more extensible and powerful GUIs, though implementation currently requires some technical expertise.

asm-lessons/lesson_01/index.md at main · FFmpeg/asm-lessons

A comprehensive guide to FFmpeg assembly language programming, focusing on SIMD operations and vector processing for multimedia optimization. The lesson covers basic concepts, register types, and instruction syntax while explaining how hand-written assembly can achieve significant performance improvements over compiler optimizations.

Do You Really Want to be Doing This When You're 50?

A former programmer reflects on the frustrations of modern software development, highlighting challenges like incomplete domain knowledge, complex APIs, and constant technological evolution. The author expresses preference for small, manageable programming projects while suggesting that high-pressure development may be better suited for younger developers.

TinyCompiler: a compiler in a week-end

A developer shares their experience building a minimalist compiler called TinyCompiler for a custom programming language 'wend' over a weekend. The project aims to translate 'wend' code into GNU assembly while maintaining a codebase of around 500 lines of Python, serving as an educational exploration of compiler theory.

Announcing Rust 1.85.0 and Rust 2024 | Rust Blog

Rust 1.85.0 introduces the Rust 2024 Edition, featuring significant language changes and improvements including async closures support and expanded tuple operations. The release includes extensive updates to the standard library, Cargo package manager, and development tools like Rustdoc and Rustfmt.

Helix: A Vision-Language-Action Model for Generalist Humanoid Control

Figure introduces Helix, a groundbreaking Vision-Language-Action model capable of controlling humanoid robot upper bodies through natural language commands. The system uniquely combines high-speed continuous control with multi-robot collaboration capabilities, operating entirely on embedded GPUs. Helix demonstrates remarkable ability to manipulate thousands of novel objects without prior training, marking a significant advancement in scalable robotics.