PowerSeries
@PowerSeries@lemmy.ca
- Comment on Why would I want to use the multi-desktop functionality in Windows 11? 11 months ago:
Hmm spatial awareness? Left is code right is docs and if you have any other windows they don’t break that?
- Comment on Does this compiler exist? 11 months ago:
Have you looked at the Lisps / Scheme / Racket yet? Racket in particular makes it quite nice to go
#lang blah
at the top of the file and change the parsing or interpretation entirely.For example all the documentation pages and guides are written in scribble:
docs.racket-lang.org/…/getting-started.html#(part…
#lang scribble/base @title{On the Cookie-Eating Habits of Mice} If you give a mouse a cookie, he's going to ask for a glass of milk.
And it has an entire document markup language created in it, which can output pdf or html. But you can still use @ syntax to drop in racket code to compute values. Or create templates.
I even implemented a #lang which took assembly directly (and interpreted it, it was for a class).
So if you are really after full control, you should study Lisps and their macro systems.
- Comment on I'm a hypochondriac, but It's About Programming 1 year ago:
Thanks, you made me feel old today. Get off my lawn.
- Comment on Typing is not a programming bottleneck 1 year ago:
I’ve watched some slow typists program, and I think I have the answer. If it takes you a while to type the code out, you are much more likely to stick to the first approach that works, and not rewrite it as much.
- Comment on Mmusks new ideas 1 year ago:
I mean that role was SpaceX. Give them lots of money and get cool rockets. It was going great, and it was great for his image as it’s not very political. But I guess he got bored.