Category:Jakt: Difference between revisions

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

Latest revision as of 20:57, 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.
Official website
Execution method: Interpreted or compiled
Garbage collected: Yes
Parameter passing methods: By reference, By value
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.