Monolithic programming
- Vous devez vous identifier ou créer un compte pour écrire des commentaires
Does anyone know a monolithic programming language?.
See it if you don't know what it is monolithic programming: https://www.youtube.com/watch?v=pEnv9LYK80k
It's a subparadigm of non-structured programming.
Well, the oldest versions COBOL were monolithic, hence incomprehensible. Anyway, COBOL was a huge commercial success: it was technically terrible (FORTRAN was much better for instance) but "business-oriented" (the BO in COBOL stands for that). COBOL gained the PERFORM loop in 1985.
Do you know a compiler for those monolithic versions? I also saw that and forth and algol also have monolithic versions.
Apparently, GnuCOBOL (still named OpenCOBOL in Trisquel 7's repository) has a flag -std=cobol85 (with the PERFORM loop) but not -std=cobol74 (without it). I guess older COBOL code will usually compile with -std=cobol85. But if you want to learn an imperative language, choose a good one like C. Programmers who use COBOL nowadays are almost always forced too: they work on an antique code base (for instance, banks still run a lot of COBOL).
I know some things of C and i am learning Java at university (and MatLab |:(| )
Instead of Matlab, use GNU Octave or Scilab for your assignments. And talk to your professor about it.
I am using them and GNU R. About my teacher, is not a teacher problem, it is a university problem.
How so?
GNU R and GNU Octave are not 100% compatible with MatLab, i need use it at university computers to probe my programs and i also need use his manuals. At university, the use of MatLab is due to its excessive use in the scientific environment.
GNU R has nothing to with Matlab. GNU Octave or Scilab are excellent free software substitute to Matlab.
GNU R has some expresions MatLab compatible. SciLab has the same problem that GNU Octave, it is not 100% MatLab compatible but many expressions are the same.
I only name GNU R and GNU Octave because GNU Octave and SciLab are MatLab compatible with the same expressions or similar in many cases.
https://cran.r-project.org/web/packages/R.matlab/R.matlab.pdf
Also, i am using first option on my PC and the two options on university's PCs.
Another package that i think to use:
https://github.com/schmidtchristoph/reach
It is used generaly to port MatLab programs to R but it is very good to the other case.
- Vous devez vous identifier ou créer un compte pour écrire des commentaires