到haskell官方下载haskell的工具包:
https://downloads.haskell.org/~platform/2014.2.0.0/Haskell%20Platform%202014.2.0.0%2064bit.signed.pkg
adeMacBook-Pro:haskell_dev apple$ ghci GHCi, version : http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. Prelude> putStrLn "Hello World" Hello World Prelude>
参考文档:
http://rwh.readthedocs.org/en/latest/chp/1.html
解析:
把下面这段代码保存成SimpleJSON.hs
-- file: ch05/SimpleJSON.hs
data JValue = JString String
| JNumber Double
| JBool Bool
| JNull
| JObject [(String, JValue)]
| JArray [JValue]
deriving (Eq, Ord, Show)
-- file: ch05/SimpleJSON.hs
getString :: JValue -> Maybe String
getString (JString s) = Just s
getString _ = Nothing
-- file: ch05/SimpleJSON.hs
getInt (JNumber n) = Just (truncate n)
getInt _ = Nothing
getDouble (JNumber n) = Just n
getDouble _ = Nothing
getBool (JBool b) = Just b
getBool _ = Nothing
getObject (JObject o) = Just o
getObject _ = Nothing
getArray (JArray a) = Just a
getArray _ = Nothing
isNull v = v == JNull
main = print (JObject [("foo", JNumber 1), ("bar", JBool False)])
然后在ghci中把add.hs加载进去就可以了:
adeMacBook-Pro:haskell_dev apple$ ghci
GHCi, version 7.8.3: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Prelude> :load SimpleJSON.hs
[1 of 1] Compiling Main ( SimpleJSON.hs, interpreted )
Ok, modules loaded: Main.
*Main> getString (JString "hello")
Just "hello"
*Main> getString (JNumber 3)
Nothing
*Main> getString (JString "hello")
Just "hello"
*Main>
编译haskell
adeMacBook-Pro:haskell_dev apple$ ls
Assign.hs InteractWith.hi SimpleJSON.hs WC.o myDrop.hs
BookStore.hs InteractWith.hs WC add.hs quux.txt
HelloWorld.hs InteractWith.o WC.hi hello-in.txt upperCase.hs
InteractWith Maybe WC.hs hello-out.txt
adeMacBook-Pro:haskell_dev apple$ ghc SimpleJSON.hs
[1 of 1] Compiling Main ( SimpleJSON.hs, SimpleJSON.o )
Linking SimpleJSON ...
adeMacBook-Pro:haskell_dev apple$ ls
Assign.hs InteractWith.hs SimpleJSON.hs WC.o quux.txt
BookStore.hs InteractWith.o SimpleJSON.o add.hs upperCase.hs
HelloWorld.hs Maybe WC hello-in.txt
InteractWith SimpleJSON WC.hi hello-out.txt
InteractWith.hi SimpleJSON.hi WC.hs myDrop.hs
adeMacBook-Pro:haskell_dev apple$ ls
Assign.hs InteractWith.hs SimpleJSON.hs WC.o quux.txt
BookStore.hs InteractWith.o SimpleJSON.o add.hs upperCase.hs
HelloWorld.hs Maybe WC hello-in.txt
InteractWith SimpleJSON WC.hi hello-out.txt
InteractWith.hi SimpleJSON.hi WC.hs myDrop.hs
adeMacBook-Pro:haskell_dev apple$ ./SimpleJSON
JObject [("foo",JNumber 1.0),("bar",JBool False)]
使用runghc执行:
adeMacBook-Pro:haskell_dev apple$ runghc SimpleJSON.hs
JObject [("foo",JNumber 1.0),("bar",JBool False)]
Mac OS X 上的安装haskell开发环境的更多相关文章
-
Mac OS X 上的安装Lisp开发环境
到网站:https://common-lisp.net/project/lispbox/ 下载lispbox 解压下载下来的包,找到Emacs 测试: 我们也可以使用homebrew来安装lisp的解 ...
-
Mac OS X 上的安装Lua开发环境
测试Lua环境是否已经安装: adeMacBook-Pro:perl_dev apple$ lua -bash: lua: command not found 如果没有的话就到lua官方去下载:(网址 ...
-
Sqlite在Windows、Linux 和 Mac OS X 上的安装过程
一:在 Windows 上安装 SQLite 1,下载 请访问SQLite下载页面http://www.sqlite.org/download.html,从Windows 区下载预编译的二进制文件.需 ...
-
Swig在Mac OS X上的安装
网上有很多类似文章介绍Swig怎么在Mac OS X上安装和配置,一般来说就是: 下载pcre,configure & make & make install 下载swig,confi ...
-
go语言系列--golang在windows上的安装和开发环境goland的配置
在windows上安装golang软件 golang中国网址为:https://studygolang.com/dl 我的学习选择版本:1.12.5 golang 1.12.5版本更新的内容:gola ...
-
【转】搭建Mac OS X下cocos2d-x的Android开发环境
http://young40.github.io/blog/2013/02/23/setting-up-android-development-envirment-on-mac-os-x/ http: ...
-
如何在Mac OS系统下配置Java服务器开发环境
1.http://www.oracle.com/technetwork/Java/javase/downloads/index-jsp-138363.html 安装JDK(可通过java -versi ...
-
Mac OS 10.8 中的 OpenCV 开发环境设置
一.编译OpenCV 要在Mac OS上使用OpenCV,需要自己编译源代码.操作过程如下: 1)从http://www.cmake.org下载cmake 2.8安装包. 2)安装cmake 2.8. ...
-
搭建Mac OS X下cocos2d-x的Android开发环境
版本 Cocos2d-x: cocos2d-2.1beta3-x-2.1.1 OS X: 10.8 Android ADT Bundle: v21.1.0 Android NDK: android-n ...
随机推荐
-
.NET Core采用的全新配置系统[2]: 配置模型设计详解
在<.NET Core采用的全新配置系统[1]: 读取配置数据>中,我们通过实例的方式演示了几种典型的配置读取方式,其主要目的在于使读者朋友们从编程的角度对.NET Core的这个全新的配 ...
-
var关键字获取数据类型
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threa ...
-
c#连接SFTP上传文件
名词解释(百度百科) sftp是Secure File Transfer Protocol的缩写,安全文件传送协议.可以为传输文件提供一种安全的加密方法.sftp 与 ftp 有着几乎一样的语法和功能 ...
-
2016 ACM/ICPC Asia Regional Shenyang Online 1009/HDU 5900 区间dp
QSC and Master Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others) ...
-
php中curl的详细解说(转载)
本文转自:http://blog.csdn.net/yanhui_wei/article/details/21530811 这几天在帮一些同学处理问题的时候,突然发现这些同学是使用file_get_c ...
-
神经网络中的XOR问题
XOR问题 解决办法: 网络如图 其中激活函数 ReLU,令 即可解决XOR问题.
-
Notice : Soft open files now is 1024, We recommend greater than 10000
在研究 workerman 时, 报了这个错误, 感觉只是个notice级别的, 就一直给忽略掉了, 今天有时间, 就查了一下. 其实本质就是 ulimit 这个命令 打开一个命令行, 输入 ulim ...
-
爱奇艺直播 - 春晚直播业务API架构
小结: 1.服务熔断策略 在网关服务中经常会对后端不同api接口做服务聚合,比如A服务 -> B服务 -> C服务 ,如果C服务出现问题,那么在调用C服务之前需要做熔断.而在设计熔断器的时 ...
-
【代码审计】YzmCMS_PHP_v3.6 CSRF漏洞分析
0x00 环境准备 YzmCMS官网:http://www.yzmcms.com/ 程序源码下载:http://pan.baidu.com/s/1pKA4u99 测试网站首页: 0x01 代码分析 ...
-
动态BT跳转
METHOD eh_onzobject_id_link. ***定义 DATA : lv_crmt_object_guid TYPE crmt_object_guid, lv_index TYPE i ...