Search Results: R6RS


Scheme (programming language)
Sabtu, 2026-05-09 14:42:07

standard of Scheme is "R7RS-small" (2013). The more expansive and modular R6RS was ratified in 2007. Both trace their descent from R5RS; the timeline below...

Click to read more »
Tail call
Selasa, 2026-06-09 14:24:41

Algorithmic Language Scheme". R6rs.org. Retrieved 2013-03-21. "Revised [6] Report on the Algorithmic Language Scheme - Rationale". R6rs.org. Retrieved 2013-03-21...

Click to read more »
Lisp (programming language)
Selasa, 2026-04-21 01:51:55

new language standardization process was started in 2003 and led to the R6RS Scheme standard in 2007. Academic use of Scheme for teaching computer science...

Click to read more »
Scheme Requests for Implementation
Senin, 2025-09-22 20:44:09

minimalist design, and particularly the lack of a standard library before Scheme R6RS. Specific SRFI documents are supported by many scheme implementations. This...

Click to read more »
Modulo
Kamis, 2026-06-04 15:35:25

Rust Reference". doc.rust-lang.org. Retrieved 2026-01-21. "F32 - Rust". r6rs.org "Shell Command Language". pubs.opengroup.org. Retrieved 2021-02-05. ANSI...

Click to read more »
GNU Guile
Jumat, 2026-01-16 13:55:28

without modifying Guile. Guile implements the Scheme standard R5RS, most of R6RS and R7RS, several Scheme Requests for Implementation (SRFI), and many extensions...

Click to read more »
Functional programming
Kamis, 2026-05-14 03:35:30

Algorithmic Language Scheme". R6rs.org. Retrieved 2013-03-21. "Revised^6 Report on the Algorithmic Language Scheme - Rationale". R6rs.org. Retrieved 2013-03-21...

Click to read more »
Ikarus (Scheme implementation)
Minggu, 2026-01-18 01:01:09

compiler for R6RS Scheme that compiles directly to the x86 IA-32 architecture. Ikarus is the first public implementation of a large part of the R6RS Scheme...

Click to read more »
S-expression
Jumat, 2026-05-29 03:31:05

(ANSI standard document ANSI INCITS 226-1994 (R2004)), Scheme (R5RS and R6RS), and ISLISP. In May 1997, Ron Rivest submitted an Internet Draft to be considered...

Click to read more »
Hygienic macro
Sabtu, 2026-05-16 23:50:46

Due to the deficiencies of a purely syntax-rules based macro system, the R6RS Scheme standard adopted the syntax-case macro system. Unlike syntax-rules...

Click to read more »
List of arbitrary-precision arithmetic software
Jumat, 2026-06-05 03:19:54

module bigdecimal has user definable precision. Scheme: R5RS encourages, and R6RS requires, that exact integers and exact rationals be of arbitrary precision...

Click to read more »
Chez Scheme
Sabtu, 2026-04-04 19:34:12

Systems in 2011. Cisco open-sourced Chez Scheme in 2016. It has supported the R6RS standard since version 7.9.1. It is free and open-source software released...

Click to read more »
List of CLI languages
Kamis, 2025-03-20 14:23:35

implementation of Python, built on the Dynamic Language Runtime (DLR). IronScheme A R6RS-compliant Scheme implementation built on the DLR Java via the RemObjects...

Click to read more »
Icarus (disambiguation)
Kamis, 2026-04-02 22:54:15

(Scheme implementation), a free software optimizing incremental compiler for R6RS Scheme Icarus Verilog, an implementation of the Verilog hardware description...

Click to read more »
Arithmetic shift
Rabu, 2026-05-27 05:28:56

the second operand, very similar to the OpenVMS macro language, although R6RS Scheme adds both -right and -left variants. The Bits class from Haskell's...

Click to read more »
Racket (programming language)
Minggu, 2026-04-26 07:27:14

et al. (August 2007). "Revised6 Report on the Algorithmic Language Scheme (R6RS)". Scheme Steering Committee. Retrieved 2011-09-13. Felleisen, M.; Findler...

Click to read more »
Macro (computer science)
Jumat, 2025-11-21 17:32:34

transparency). Hygienic macros have been standardized for Scheme in the R5RS, R6RS, and R7RS standards. A number of competing implementations of hygienic macros...

Click to read more »
Comparison of programming languages
Senin, 2026-03-16 04:35:02

extensible-syntax De facto 1975-2013, R0RS, R1RS, R2RS, R3RS, R4RS, R5RS, R6RS, R7RS Small Edition Seed7 Application, general, scripting, web Yes Yes No...

Click to read more »
Nyquist (programming language)
Selasa, 2026-05-19 14:41:47

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
Clojure
Sabtu, 2026-06-06 08:14:10

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
Carduus crispus
Minggu, 2026-02-08 05:03:43

Wikidata: Q926838 Wikispecies: Carduus crispus APNI: 109205 BioLib: 41331 CoL: R6RS EoL: 469130 EPPO: CRUCR FNA: 200023607 FoC: 200023607 GBIF: 3114649 GRIN:...

Click to read more »
History of the Scheme programming language
Kamis, 2025-12-04 23:29:49

The most widely implemented standard is R5RS (1998), and a new standard, R6RS, was ratified in 2007. Besides the RnRS standards there are also Scheme Requests...

Click to read more »
Integer square root
Jumat, 2026-01-16 13:53:17

0 Rust n.isqrt() n.checked_isqrt() 1.84.0 SageMath isqrt(n) Unknown Scheme (exact-integer-sqrt n) R6RS Tcl isqrt($n) 8.5 Zig std.math.sqrt(n) Unknown...

Click to read more »
Fold (higher-order function)
Sabtu, 2026-05-16 04:26:12

also features the tree-like folds using the method list.fold(z)(op). Scheme R6RS (fold-left func initval list) (vector-fold func initval vector) (fold-right...

Click to read more »
Arc (programming language)
Jumat, 2026-04-24 18:42:04

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
BBN LISP
Selasa, 2026-02-17 22:12:36

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
Complex data type
Kamis, 2026-04-02 22:56:48

Their implementation is however optional in the R5RS standard, while in R6RS is mandatory. The .NET Framework provides System.Numerics.Complex since version...

Click to read more »
Emacs Lisp
Sabtu, 2026-05-16 13:43:07

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
LFE (programming language)
Senin, 2025-12-15 09:57:17

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
Interlisp
Selasa, 2026-05-19 07:31:00

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
List of Lisp-family programming languages
Senin, 2026-05-11 21:22:34

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
AutoLISP
Kamis, 2026-05-21 16:16:04

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
Ypsilon (Scheme implementation)
Selasa, 2024-11-12 20:05:18

Ypsilon Scheme is a free software implementation of the R6RS standard of Scheme. It implements mostly concurrent garbage collection, which is optimized...

Click to read more »
Hy (programming language)
Senin, 2026-03-23 10:20:16

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
Comparison of programming languages (string functions)
Selasa, 2026-04-14 14:02:42

downcase Ruby strings.ToLower(string) Go (string-downcase string) Scheme (R6RS), Common Lisp (lower-case string) Clojure String.lowercase string OCaml String...

Click to read more »
IronScheme
Selasa, 2025-12-30 02:03:45

IronLisp, and Xacc IronScheme Nears Final Release "IronScheme will aim to be a R6RS conforming Scheme implementation based on the Microsoft DLR". Retrieved 2009-03-21...

Click to read more »
PicoLisp
Kamis, 2025-12-18 18:26:45

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
Filter (higher-order function)
Jumat, 2025-10-03 01:14:44

filter(pred) Or, via for-comprehension: for(x <- list; if pred) yield x Scheme R6RS (filter pred list) (remove inverted pred list) (partition pred list list)...

Click to read more »
NewLISP
Senin, 2026-06-01 06:51:36

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
Franz Lisp
Minggu, 2025-10-05 23:24:52

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
Comparison of programming languages (basic instructions)
Jumat, 2026-04-17 13:09:36

(assert condition   «(place)   «error»») or (check-type var type) Scheme (R6RS) (raise exception) (guard (con (condition instructions) ...) instructions)...

Click to read more »
ISLISP
Sabtu, 2025-10-25 08:02:39

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
T (programming language)
Selasa, 2025-01-28 18:14:40

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
Maclisp
Kamis, 2026-02-26 02:42:16

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
NIL (programming language)
Rabu, 2025-10-01 11:16:22

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
OpenLisp
Senin, 2026-06-01 09:51:59

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
Le Lisp
Jumat, 2025-06-20 05:31:56

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
*Lisp
Sabtu, 2026-03-07 19:36:53

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
EuLisp
Selasa, 2025-09-02 08:58:36

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
Portable Standard Lisp
Sabtu, 2024-09-28 14:23:20

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
Kawa (Scheme implementation)
Jumat, 2025-02-28 00:56:23

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »
History of the Dylan programming language
Jumat, 2024-08-16 17:41:44

2(abandoned)  Maclisp  Interlisp  MDL  Lisp Machine Lisp  Scheme  R5RS  R6RS  R7RS small  NIL  ZIL (Zork Implementation Language)  Franz Lisp  muLisp...

Click to read more »