Futuristic idea

It may take some heavy rewriting but implementing python and boost in FreeBSD

Since c and cpp work together it builds a network

Feel free to call around
 
Generally, writing these things so that they work in BSD will tend to be very straightforward. The core guts of compiler will not be OS dependent. The only time there will be issue is if example they include assembler code that uses OS specific system calls.

For instance, the reason why Spotify and Netflix don't easily work on BSD is because they rely on code where the original author has not provided all the source code required for an easy port.
 
Back
Top