1. 首页
  2. 数据库
  3. 其它
  4. TaglessTrees.jl 源码

TaglessTrees.jl 源码

上传者: 2021-02-22 17:10:58上传 ZIP文件 3.48KB 热度 3次
无标签树 julia > using TaglessTrees julia > add (args ... ) = call ( + , args ... ) add (generic function with 1 method) julia > t = add ( term ( 2 ), term ( 3 )) # 1 (generic function with 1 method) julia > evaluate (t) 5 julia > trace (t) term ( 2 ) term ( 3 ) call ( + , ... ) 5
下载地址
用户评论