Re: [gentoo-user] secure programing language?

2018-05-08 Thread Rich Freeman
On Tue, May 8, 2018 at 5:41 PM Canek Peláez Valdés wrote: > On Tue, May 8, 2018 at 4:33 PM wrote: > > > > So are there currently any languages (currently in use/supported) designed to avoid the problems with C and other languages? > > > >

Re: [gentoo-user] secure programing language?

2018-05-08 Thread Canek Peláez Valdés
On Tue, May 8, 2018 at 4:33 PM wrote: > > So are there currently any languages (currently in use/supported) designed to avoid the problems with C and other languages? > > Something with strong types and provisions for automatic input validation beyond typing,

[gentoo-user] secure programing language?

2018-05-08 Thread mad.scientist.at.large
So are there currently any languages (currently in use/supported)  designed to avoid the problems with C and other languages?  Something with strong types and provisions for automatic input validation beyond typing, i.e. range limitation? Something that compiles, something that doesn't self