durin

the Dependent Unboxed higher-oRder Intermediate Notation (by naalit)

Durin Alternatives

Similar projects and alternatives to durin

  • xvm

    Ecstasy and XVM

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • Cwerg

    59 durin VS Cwerg

    The best C-like language that can be implemented in 10kLOC.

  • c3c

    Compiler for the C3 language

  • qbe-rs

    QBE IR in natural Rust data structures

  • bluebird

    A work-in-progess programming language modeled after Ada and C++ (by csb6)

  • kesh

    11 durin VS kesh

    A simple little programming language that could one day compile to JavaScript.

  • tailspin-v0

    A programming language with extreme data-pattern matching and data-declarative syntax, hopefully different enough to be interesting

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • frozen

    a header-only, constexpr alternative to gperf for C++14 users

  • konna

    6 durin VS konna

    A fast functional language based on two level type theory

  • pika

    A WIP little dependently-typed systems language (by naalit)

  • asmjit

    Low-latency machine code generation

  • never

    Never: statically typed, embeddable functional programming language.

  • imp

    Imp is a statically typed and compiled scripting language with the goal of increasing programmer confidence.

  • lisp

    A lisp JIT compiler and interpreter built with cranelift. (by 0xekez)

  • Kong

    Kong is an implementation of the Monkey interpreter in Java 8 from The Writing An Interpreter In Go books (by AmrDeveloper)

  • AFK-Script

    A minimalist instruction language for automating user input at specified times

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better durin alternative or higher similarity.

durin discussion

Log in or Post with

durin reviews and mentions

Posts with mentions or reviews of durin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-14.
  • Are there any low level, cross platform assembly languages that allow jumping to non labels?
    3 projects | /r/ProgrammingLanguages | 14 Apr 2022
    So I think I may be one of the few people in the world who has actually implemented a GC using LLVM's statepoint infrastructure. It's poorly documented and there are some gotchas, but I'd say it's definitely usable, and it works with basically any collector design, including moving collectors (I'm using Immix) and has no runtime bookkeeping overhead and allows LLVM to optimize the code without worrying about GC, which is nice. It's actually gotten a bit better with LLVM 13, too. If you're curious what a LLVM-based GC looks like, mine is in this folder. Of course, if you just want some sort of GC, you can also just link it with Boehm which is quite easy and has pretty good performance - this is what e.g. Crystal does, although they're talking about switching.
  • September 2021 monthly "What are you working on?" thread
    8 projects | /r/ProgrammingLanguages | 1 Sep 2021
    I also fixed lots of bugs in the GC and backend, so it should be a lot more stable now.
  • May 2021 monthly "What are you working on?" thread
    11 projects | /r/ProgrammingLanguages | 1 May 2021
    Recently, I've been working on adding garbage collection to Pika. I've successfully written an Immix-based garbage collector that works with the LLVM GC support infrastructure, and I'm currently working on integrating the GC with Pika, or really Durin, the dependently-typed intermediate representation that Pika compiles to. Because types are passed around at runtime, objects of unknown type and size can be stored unboxed in polymorphic data structures; but that makes keeping track of type information for heap allocations somewhat harder, because type information needs to be allocated and constructed at runtime in some cases. It's an interesting design problem, because you want constructing type information to be fast; but the GC will run much more often, so maximizing tracing speed by avoiding e.g. indirection in type information is important; and you also want to construct as much type information as possible at compile time and embed it as constants.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 12 Dec 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic durin repo stats
3
13
0.0
almost 3 years ago

naalit/durin is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of durin is Rust.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai