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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is there a Clojure like REPL for Haskell, F# or ML family languages?

3 点作者 shivekkhurana超过 4 年前
The Clojure REPL is dope. I use it for work and it makes me fast.<p>But I find a ton of value in strongly typed languages like Haskell, Elm, F#, Ocaml, ReasonML etc. Also the promise of closed-loop system where type errors can be caught at compile time is something I look up to.<p>Is there any pure functional language with Clojure like dev. experience? Especially the REPL. Ideally something first class and baked into the core.

1 comment

jose_zap超过 4 年前
There is ghci for Haskell. It’ included in the default installation