Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Multi file programming

Name: Anonymous 2016-11-22 4:17

hello

tell me about your experiences with programming projects that use multiple files.

How do you organize code, how do you make sure ecah file is able to see the symbols defined in the other ones? what kindof module systems are you using and what ways are they good or bad? Do you have any visions for a radical change in the way to manage stuff like this?

Name: Anonymous 2016-11-22 16:20

>>11
I've seen both batsh[0] and bish[1] do it, haven't tried either.

The problem is that every OS and Linux distro wants to do something differently, so either you'd have to let a lot of the ugliness leak into your language or you'd have to support several backends too.

By the time you've started implementing this monstrosity you'll hopefully have realized that you could just use FIOC instead, which is installed on basically everything these days anyway. Either that or you end up with autotools.

[0] http://batsh.org/
[1] https://github.com/tdenniston/bish

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List