TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Rash: The Reckless Racket Shell

3 点作者 benwr将近 7 年前

1 comment

willghatch将近 7 年前
Hey, I'm the creator of Rash. I just noticed that this was posted here. This thread got no traction and zero comments, but I'll post this for the benefit of... I don't know, people who search through Hacker News history. I think it's worth noting that while Rash isn't totally stable yet, it's getting fairly close, and I've been using Rash as my daily-driver shell for most of a year now. It's a pleasure to script with -- often I start with some commands that I'll want to run, and dump them verbatim in the script, but then write the bulk of the scaffolding around them using normal Racket forms. It was designed with the goal of being convenient for interactive use (IE useful for those who live in the shell day-to-day like me) as well as being a scripting language, and bridging the gap from shell scripting to “serious” programming. Think “scripts to programs”, a phrase of the gradual typing crowd, extended to be “interactions to scripts to programs”.