Category:Wisp: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 7: Line 7:
|gc=yes
|gc=yes
|LCT=yes
|LCT=yes
{{language programming paradigm|functional}}
{{language programming paradigm|functional}}}}


[https://www.draketo.de/software/wisp Wisp] is a dialect of [[Scheme]] that replaces outer parentheses by indentation while adhering the minimalist spirit of Scheme. It is standardized in [https://srfi.schemers.org/srfi-119/srfi-119.html SRFI-119]. The main implementation of Wisp uses [[Guile]] as platform.
[https://www.draketo.de/software/wisp Wisp] is a dialect of [[Scheme]] that replaces outer parentheses by indentation while adhering the minimalist spirit of Scheme. It is standardized in [https://srfi.schemers.org/srfi-119/srfi-119.html SRFI-119]. The main implementation of Wisp uses [[Guile]] as platform.

Revision as of 14:00, 2 April 2021

Language
Wisp
This programming language may be used to instruct a computer to perform a task.
Garbage collected: Yes
Parameter passing methods: By value
Type safety: Safe
Type strength: Strong
Type expression: Implicit
Type checking: Dynamic
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Wisp.

Wisp is a dialect of Scheme that replaces outer parentheses by indentation while adhering the minimalist spirit of Scheme. It is standardized in SRFI-119. The main implementation of Wisp uses Guile as platform.

See Also

Subcategories

This category has only the following subcategory.

@

Pages in category "Wisp"

The following 3 pages are in this category, out of 3 total.