Page MenuHomeFreeBSD

New port: lang/myrddin
ClosedPublic

Authored by tobik on Mar 13 2017, 12:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 4 2024, 11:42 PM
Unknown Object (File)
Jan 10 2024, 2:14 AM
Unknown Object (File)
Jan 10 2024, 2:14 AM
Unknown Object (File)
Jan 10 2024, 2:14 AM
Unknown Object (File)
Jan 1 2024, 10:01 PM
Unknown Object (File)
Dec 20 2023, 1:55 AM
Unknown Object (File)
Nov 8 2023, 6:33 PM
Unknown Object (File)
Nov 8 2023, 2:14 PM
Subscribers
None

Details

Summary
New port: lang/myrddin

Myrddin is a systems programming language that covers a similar niche
as C including desktop, OS, and embedded development, but at the same
time making it harder to shoot yourself in the foot.

It is designed to be a simple language that runs close to the metal,
giving the programmer predictable and transparent behavior and mental
model.  It also does strong type checking, generics, type inference,
closures, and traits.

Myrddin is not a language designed to explore the forefront of type
theory or compiler technology.  It is not a language that is focused
on guaranteeing perfect safety.  It is satisfied to be a practical,
small, fairly well defined, and easy to understand language for code
that needs to be close to the hardware.

WWW: https://myrlang.org/

Approved by:	??? (mentor)
Differential Revision:	https://reviews.freebsd.org/D????
Test Plan

poudriere testport 10.3/amd64 ok
poudriere testport 11.0/amd64 ok
poudriere testport 12.0/amd64 ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 13 2017, 2:55 PM
This revision was automatically updated to reflect the committed changes.