Page MenuHomeFreeBSD

New port: lang/myrddin
ClosedPublic

Authored by tobik on Mar 13 2017, 12:24 PM.
Tags
None
Referenced Files
F93186649: D9989.diff
Sat, Sep 7, 11:25 PM
F93110221: D9989.id.diff
Sat, Sep 7, 10:02 AM
F93095789: D9989.id26217.diff
Sat, Sep 7, 7:20 AM
Unknown Object (File)
Thu, Sep 5, 9:39 PM
Unknown Object (File)
Thu, Sep 5, 4:56 AM
Unknown Object (File)
Mon, Sep 2, 10:16 PM
Unknown Object (File)
Mon, Sep 2, 10:16 PM
Unknown Object (File)
Mon, Sep 2, 10:16 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 8031
Build 8212: arc lint + arc unit

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.