36

A new low level language. Modern and clean, like swift or python. Simple syntax and semantics. Low level (non garbage collected, non vm, pointers). I want a new take on C.

Comments
  • 2
    This sounds fantastic, have you thought of implementing it?
  • 16
    Isn't Rust kinda like that?
  • 3
    A new language called Nim has python like syntax, is compiled to C and then native, and has an optional GC. It has a great ffi and really nice macros.
  • 3
    What if it already exists? Like.. Rust. Maybe you can contribute to the project and make it suit your need.
  • 2
    @FunctionalAsF rust is supposed to be the new c++ (something which D also aims at). Im talking about a modern C
  • 2
    @harambae Oh okay. Maybe you can mix those two up or something. Best of both worlds :)
  • 4
    @harambae Really? I think C++ and Rust aim at different things.
  • 1
    @setyadi can you elaborate
  • 1
    Swift and Go are kinda that
  • 2
    @harambae you should be the one to elaborate why rust is 'supposed to be the new C++'.
  • 1
    @setyadi on its own website, it says that the main goals of the rust language is to be safe, low level, low cost abstractions and overheads -> the same goals that bjarne had in mind when he was creating c++
  • 2
    @harambae If having those goals makes rust the new C++, then there are many other languages that are 'supposed to be the new C++'.
  • 2
    @setyadi but its possibly one of the only ones who have achieved its goals to a large extent
  • 2
    @grublle there's nothing low level about swift
  • 0
    Have you tried Golang?
  • 2
    @FunctionalAsF "Simple syntax and semantics" yeah.. Exact like rust *cough* what's wrong with you?! *cough *
  • 3
    @ElCapitan Heyyy! The syntax and semantics _are_ simple in Rust! But then again my username might have something to do with why I like it so much 😛
  • 1
    @bandoncont do you have a public repo?
Add Comment