翻訳と辞書
Words near each other
・ RSA–BankTrust Building
・ RSB
・ RSBAC
・ RSBI
・ RSC
・ RSC Advances
・ RSC Anderlecht (women)
・ RSC Brands
・ RSC Cronenberg
・ RSC Group
・ RSC Olimpiyskiy
・ RSC production of A Midsummer Night's Dream (1970)
・ RSC Sessions Perdues
・ RSCC
・ RSCH
RScheme
・ RSCN
・ RSCS
・ RSD
・ RSD 58
・ RSD Alcalá
・ RSD Santa Isabel
・ RSD Sloboda Tuzla
・ RSDL
・ RSDS
・ RSE
・ RSE Kriens (Missile)
・ RSEE
・ RSF
・ RSF Social Finance


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

RScheme : ウィキペディア英語版
RScheme

RScheme is a Scheme implementation developed by Donovan Kolbly, with an object-orientation approach adapted from Dylan.
RScheme implements all of R4RS except transcript-on and transcript-off, and all of R5RS except define-syntax. In addition, RScheme has a reflective object system, many operating system services, modules, threads, and other systems programming features, including the ability to integrate with and compile to C code.
Code in RScheme can be compiled to C, and the C can then compiled with a normal C compiler to generate machine code. By default, to keep compilation fast and the code size down, RScheme compiles to bytecodes which are interpreted by a (runtime) virtual machine. On some systems, compiling to C can be done on-the-fly, with the resulting object code dynamically loaded back into the image for execution.
RScheme is the only known publicly available Scheme implementation to include a real-time safe garbage collector.
==External links==

* (RScheme home page )
* (RScheme repository at github.com )
* (RScheme -- The Implementation )


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「RScheme」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.