- 授权协议: BSD
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://github.com/artagnon/rhine
- 软件文档: https://github.com/artagnon/rhine/blob/master/README.md
- 官方下载: https://github.com/artagnon/rhine/archive/master.zip
软件介绍
rhine利用LLVM JIT的特性( N-d张量、一流的功能和参数类)设计出的一种快速语言。它把一个完全成熟的AST嵌入一个UseDef图。
语言特性:
def bar(arithFn ~Function(Int -> Int -> Int)) do
println $ arithFn 2 4enddef addCandidate(A ~Int, B ~Int) do
ret $ A + Benddef subCandidate(C ~Int, D ~Int) do
ret $ C - Denddef main() do
if false do
bar addCandidate else
bar subCandidate end
A = {{2}, {3}}
println A[1][0]end
Dreamweaver CS3 Bible
Joseph W. Lowery / Wiley / May 21, 2007 / $49.99
Book Description Learn to create dynamic, data-driven Web sites using the exciting enhancements in the Dreamweaver CS3 version. You get a thorough understanding of the basics and then progress to l......一起来看看 《Dreamweaver CS3 Bible》 这本书的介绍吧!
