lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Patrick Rapin <toupie300@gmail.com> writes:
> MISRA (Motor Industry Software Reliability Association) has defined a
> set of rules to enhance the reliability of C code. While some rules
> come from common sense, many forbids perfectly valid and useful
> features.

>From your spreadsheet, it looks like Lua passes all the common-sense
rules, and only fails "wut?" rules (some of which, to be fair,
probably do make sense for hard-embedded environments).

-Miles

-- 
((lambda (x) (list x x)) (lambda (x) (list x x)))