I thought it compiles to LLVM intermediate representation and then to the machine code of the requested platform arch. Am I missing something?
- 0 Posts
- 10 Comments
Labelling the crab as C is sure to ruffle some exoskeletons…
That legit sounds like the most inefficient way to build an app wtf.
The mini series following the dog character was worth watching IMO.
TailWind CSS which is a popular, modern CSS framework for writing inline css styles on components.
ratel@mander.xyzto Programmer Humor@programming.dev•where does the word algorithm come from?10·1 month agoAnd his excellent sense of rhythm.
ratel@mander.xyzto Today I Learned@lemmy.world•TIL a Canadian town Tisdale used to have a motto "The land of rape and honey" which was changed to "Opportunity grows here" in 2016.English14·2 months agoYeah they’re all part of the Brassica family. Canola is a bred cultivar of Rapeseed with low levels of erucic acid suited for human consumption and very widely grown so while not completely synonymous with Rapeseed using the term Canola is usually correct especially with respect to the cooking oil.
Pretty sure this is from the esolang bussin
ratel@mander.xyzto Programming@programming.dev•Setting up a Git Repo Which Includes Inconsistently Mounted Directory/File1·10 months agoIf you commit the file on the secondary drive then it will be in the same repository as the rest of the code so you will end up with a large tree in that repo or you will need to move it over with the rest of the files. Why not make a symlink on the secondary drive pointing to the config in the repository? This way you can track it in git and have it located on the secondary.
Ah ok I was referring to Rust specifically. Thanks!