Talk:B (programming language): Difference between revisions

Content deleted Content added
No edit summary
 
m Automated conversion
Line 1:
Is it really NPOV to say that B "probably should have died" but "survived because [some] poor deprived (and depraved) systems didn't have anything better"? I've never used B, but I kind of like typeless languages like FORTH. (I find the [[:Lions book|Lions book]] Unix kernel code more readable that much modern C largely because of the absence of type annotations in the code.) -- [[:Kragen|Kragen]]
 
-----
Not completely NPOV :-) But B is a real pain to implement and use on most modern computers. Its whole notion of "address" and "word" just doesn't match modern hardware. (I have "writing a B compiler for 386" on my list of "silly projects to do sometime", so i have given these issues some thought.)