11 2010 档案
摘要:编译了一个,有很多有意思的东西Release Note在此。列举几处我比较有兴趣的:基于 epoll/kqueue 的IO可以生成 LLVM 代码翻新了大量模块,特别是线程或异常阻塞有关的ghci 现在完整支持 import支持 haskel 2010 ,但是新标准可能会与传统的 base 模块冲突,建议使用ghc/ghci时用以下命令屏蔽冲突模块:ghci -package haskell2010 -hide-package base -hide-package array现在支持 utf8 编码的源码文件,以及,甚至有一些 unicode 字符可以直接成为语法的一部分。GC 固定为两代回收
阅读全文
摘要:尝试用haskell编写一个SQL解释器,做了一个初步的后端代码:module Funs whereimport Data.Listimport Monadimport System.Directoryimport System.FilePathimport System.IOimport Text.Regex.PCREdata Store t p = Text p | Csv p | Bin p | File pselectFrom (Text store) = do content <- readFil...
阅读全文
摘要:前几天为公司同事做了一次 Python 语言的速成培训,幻灯在这里:Python速成指南View morepresentationsfromMarch Liu.这次的幻灯中,我对平时使用的 latex 代码做了一些调整,新的引言区如下:/documentclass[utf8x, notes=hide]{beamer}%/usepackage[bars]{beamerthemetree} % Beamer Theme v 2.2/usetheme{boxes} % Beamer theme/usecolortheme{seahorse} % Beamer color theme/usepacka
阅读全文
浙公网安备 33010602011771号