Category:Jakt: Difference between revisions

From Rosetta Code
Content added Content deleted
(Create a page for Jakt (https://github.com/SerenityOS/jakt))
 
(Fill out some of the language template and page description)
Line 1: Line 1:
{{stub}}{{language|Jakt}}
{{stub}}
{{language|Jakt
|exec="both"
|site="https://github.com/SerenityOS/jakt"
|gc="yes"
|parampass="both"
|safety="strong"
}}

Jakt is a programming language originating from the SerenityOS project. It uses reference counting for memory management.

Revision as of 20:56, 16 April 2023

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Jakt
This programming language may be used to instruct a computer to perform a task.
["https://github.com/SerenityOS/jakt" Official website]
Execution method:
Garbage collected: "yes"
Parameter passing methods: By "both"
Type safety: "strong"
See Also:


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

Jakt is a programming language originating from the SerenityOS project. It uses reference counting for memory management.