- 授权协议: MIT
- 开发语言: Google Go
- 操作系统: Linux
- 软件首页: https://github.com/jcla1/gisp
软件介绍
Gisp 是简单 (非标准) 的 Lisp/Scheme 到 Go 的编译器。
包括:
基于 Rob Pike Lexical Scanning in Go 的Lexer
简单递归解析器,支持 ints, floats, strings, bools
TCO
AST generating REPL
构建运行
> go build && ./gisp >>
编译文件
> ./gisp filename.gsp
函数
+, -, *, mod, let, if, ns, def, fn, all pre-existing Go functions
Java Servlet & JSP Cookbook
Bruce W. Perry / O'Reilly Media / 2003-12-1 / USD 49.99
With literally hundreds of examples and thousands of lines of code, the Java Servlet and JSP Cookbook yields tips and techniques that any Java web developer who uses JavaServer Pages or servlets will ......一起来看看 《Java Servlet & JSP Cookbook》 这本书的介绍吧!
