Haskell 学习环境
在对 htdp 和 lispworks 使用 plt-scheme 之后 图雷茨基符号计算入门的个人版;我 想要更多关于使用 haskell 进行函数式编程的信息。 但我被上面的 ide 宠坏了。我开始读书 学习你哈斯克尔,但是当讨论使用你的 最喜欢的编辑器我空白了。我确实下载了haskell平台 可以在终端中使用 ghci 但“链接”到编辑器 似乎是个问题。
after using plt-scheme for htdp and lispworks
personal edition for touretsky's intro to symbolic computation; i
would like to more about functional programming using haskell.
But i am spoiled using the above ide's. I started reading
learnyouahaskell but when the discussion goes to use your
favorite editor i blank out . I did download the haskell platform
and can use ghci in the terminal but 'linking' to an editor
seems to be a problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果开发环境符合学习环境:
If developing environments qualify as learning environments:
您可以使用 tmux,然后使用 tslime 插件从 vim 发送到 ghci。
tmux: http://tmux.sourceforge.net/
tslime: http://www.vim.org/scripts/script.php?script_id=3023
You can use tmux, then send from vim to ghci using the tslime plugin.
tmux: http://tmux.sourceforge.net/
tslime: http://www.vim.org/scripts/script.php?script_id=3023