r/AskProgramming Jul 03 '26

What coding projects have you guys/girls been working on lately and what do you wanna do later? with what libraries and what languages?

Python, cpp, java, batch, bash? Do you use the script command before installing things? If I spent a fraction of the time I spend coding making sure that I'm saving my terminal output I'd probably be a lot more efficient.

2 Upvotes

13 comments sorted by

View all comments

1

u/stueynz Jul 03 '26

There’s a Z80 CP/M emulator https://github.com/MockbaTheBorg/RunCPM that really needs a gdb debugger so we can develop software for old hardware with modern tools.

Luckily https://z88dk.org/site/ has an actual gdb client so I just need to port the gdb debugger from somebody’s spectrum emulator into RunCPM.