LLVM类型化开发语言 rhine

码农软件 · 软件分类 · C/C++开发工具 · 2019-11-09 21:29:47

软件介绍

rhine是一种LLVM类型化的Elixir开发语言

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

本文地址:https://www.codercto.com/soft/d/18642.html

Dreamweaver CS3 Bible

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》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试