TIC-80 Showcase #502 - Magic Draw

YouTube

like I want a language to be/have:

  • compiled to LLVM/c[++]
  • OOP with inheritance via composition
    • preferably with implicit deconstructive casting
  • some metaprogramming
    • operator overloading
    • not sure how I feel about go macros tbh
  • modern features
    • options, multiple returns
    • syntactic sugar
    • generics
  • nice stdlib

Maybe there is a language which I would find enjoyable idk, so far c++ fills this the best I feel like.

#programmingLaguages

Horrible programming language feature idea of the day: allowing abbreviating CamelCaseIdentifiers, eg like CCI

#programminglaguages
#PLdev

On the topic of small but growing #ProgrammingLaguages that I like and wish I wrote more of, #ZigLang is getting an http client in its standard with the next release which is exciting because everything I can think of doing with zig requires networking of some sort and nobody seems to have docs on linking libcurl