Download List

프로젝트 설명

SISC is an extensible Java-based interpreter of the algorithmic language Scheme. It uses modern interpretation techniques and handily outperforms all existing Java interpreters (often by more than an order of magnitude). In addition, SISC is a complete implementation of the language. The entire R5RS Scheme standard is supported. This includes a full number tower including complex number support and arbitrary precision integers and floating point numbers, proper tail recursion, hygienic macros, and full support for first-class continuations (not just the escaping continuations found in many other systems).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-02-27 21:48
1.16.6

이 릴리스에는 수정 주석 원형 경기장에서 스트립, 읽기 및 쓰기 블록이 옵션 아니었 블록의 선택적 포트 인수, 재활용 continuations, 평가 후면 버그 코드가 잘못된 환경에서 평가를 받고와 오류 처리, 읽기의 반환 값은 - 파일의 끝에 # 문자열 없어! EOF, 그리고 GCD LCM은 및의 재귀 버그.
Tags: Minor bugfixes
This release fixes annotation stripping in circular lists, read-block and write-block's optional port argument that wasn't optional, error handling with recycled continuations, an eval bug where code was being evaluated in the wrong environment, the return value of read-string wasn't #!eof on end of file, and recursion bugs in lcm and gcd.

2007-02-27 21:47
1.16.6

이 릴리스에는 수정 주석 원형 경기장에서 재활용 continuations, 평가 후면 버그 코드가 잘못된 환경에서 평가를 받고 있었고, GCD LCM은 및의 재귀 버그와 오류 처리 스트립.
Tags: Lite, Minor bugfixes
This release fixes annotation stripping in circular lists, error handling with recycled continuations, an eval bug where code was being evaluated in the wrong environment, and recursion bugs in lcm and gcd.

2006-09-12 01:57
1.16.4

새로운 I / O를 계층은 10 - 30x 빨라집니다. 새 사용자 정의 I / O 포트 API는. 더 나은 Java 및 제도 I / O를 통합.
Tags: Minor feature enhancements
A new I/O layer that is 10-30x faster. A new custom I/O ports API. Better Java and Scheme I/O integration.

2006-08-23 19:31
1.15.3

수정 탈출 뉴라인 멀티 라인 주석의 취급. 사용하지 않는 "수정"을 동일한 이름의 프로 시저에 대한 구속력이 문제가 발생했다 구문을 토큰을 제거합니다.
Tags: Minor bugfixes
Fixes handling of escaped newlines in multi-line comments. Removes the unused "fix" syntax token, which was causing binding problems for procedures of the same name.

2006-08-10 18:57
1.15.2

문자열은 null이 유니 코드 문자 상수를 포함하는 구문 처리에서 오류가 수정되었습니다.
Tags: Minor bugfixes
An error in handling the parsing of strings containing the null Unicode character constant has been fixed.

Project Resources