Avatar

PowerSeries

PowerSeries@lemmy.ca
Joined
1 posts • 38 comments
Direct message
7 points

Lots of items in the shop are built out of other items. You want to built towards one big item first, plus boots.

permalink
report
parent
reply

Hmm spatial awareness? Left is code right is docs and if you have any other windows they don’t break that?

permalink
report
parent
reply

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:

https://docs.racket-lang.org/scribble/getting-started.html#(part._first-example)

#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.

permalink
report
reply

There is the black Mesa mod/project which revamps the graphics if that’s a showstopper for you. But it’s worth playing.

permalink
report
parent
reply

Careful you don’t come off as a sealion.

Though this is a thread about Wayland so eh.

permalink
report
parent
reply

I want it, but I’m just using the ms ergo which has a bit of a gap, but not as much as a full split.

permalink
report
parent
reply

Thanks, you made me feel old today. Get off my lawn.

permalink
report
parent
reply

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.

permalink
report
parent
reply

Thought I was looking at a whfb Empire army for a minute, that contrast. Good.

permalink
report
reply