首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > ASP > 对于地狱Scheme解释器

对于地狱Scheme解释器

  • 资源大小:25.01 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: scheme 解释器 对于 地狱

资 源 简 介

This project is for a scheme interpreter and any applications written in scheme. This is basically a scheme interpreter that meets the r4rs "standard" (almost) with aspirations to meet the r5rs standard. The last part of r5rs that will likely be implemented (if ever) is the macro support. Also, unlike r4rs and r5rs, but like r7rs, this interpreter is case-sensitive. Thus (eq? "abc "AbC) => #f. Current Status r4rs: all essential procedures except (call-with-current-continuation) r5rs: all non-optional features but (char-ready?) (call-with-current-continuation) (values) (call-with-values) (dynamic-wind) (define-syntax) (let-syntax) (letrec-syntax) (syntax-rules) Enhancements: (<-=) (=<-) <

文 件 列 表

appl
scheme
VIP VIP
0.184686s