HackerTrans
热门最新趋势评论往期问答秀出招聘

exitcode0

no profile record

评论

exitcode0
·4年前·讨论
Neat! Interestingly Ada has had this feature since its inception around 1983 (use in action with CPUID - https://gist.github.com/AdaDoom3/6466215).
exitcode0
·4年前·讨论
What other suggestions do you have besides changes to the case statements?
exitcode0
·5年前·讨论
I would create Ada++ - so that people could use the power of Ada in a syntax more familar to them.

http://adapplang.com/
exitcode0
·5年前·讨论
The advantage of declare blocks would be the structure they provide - both in terms of understanding how much memory usage a subprogram can have in branching scenarios, but also as a way of showing the programmer possible areas where the problem might be better broken up into smaller pieces.

Note that within these declare blocks you may also declare new types and further subprograms - something which cannot be done within the body of a C function. Imagine the possibilities there : )
exitcode0
·5年前·讨论
You will always be welcome in the Ada++ community : )

http://www.adapplang.com/