Dear Dave
I’ d love to see come corrections and more advanced possibilities.
v corrected and advanced formatted input and output for the keyboard and screen
v Local record types to use in functions and sub
v more stringfunctions as: STRCOMP, STRCOPY, STRINSERT
v Datatypes SHORT and ENUM
v Const as % because that’s confusing (Const ESC = 27)
v The local use of constants
v pré-installations of variables, arrays, records
v use of statement $INLINE
v use datapointers in arguments in functions and subs as function values as passing data pointers.
v the use of PUBLIC, RIVATE, EXTERN in units
v implement the use of units in the PBCC/PBDLL versions, because it gives a safty and your code is compiled (static linking)
v more graphic PBU’s or PBL’s in PBDOS
v add more standard DLL’s with the standard routines, that is many used.
v I shall not name OOP anymore because you know that already
I’d love it that you will built in OOP in your compiler, because you see that it will become more importment when they shall create bigger applications and they are gone be more difficult and the classes will be absent. It’s a good move.
I’d love to have that you will name this possibilities to teach it to your developer team and Research.
Yours sincerely
Stephane
I’ d love to see come corrections and more advanced possibilities.
v corrected and advanced formatted input and output for the keyboard and screen
v Local record types to use in functions and sub
v more stringfunctions as: STRCOMP, STRCOPY, STRINSERT
v Datatypes SHORT and ENUM
v Const as % because that’s confusing (Const ESC = 27)
v The local use of constants
v pré-installations of variables, arrays, records
v use of statement $INLINE
v use datapointers in arguments in functions and subs as function values as passing data pointers.
v the use of PUBLIC, RIVATE, EXTERN in units
v implement the use of units in the PBCC/PBDLL versions, because it gives a safty and your code is compiled (static linking)
v more graphic PBU’s or PBL’s in PBDOS
v add more standard DLL’s with the standard routines, that is many used.
v I shall not name OOP anymore because you know that already
I’d love it that you will built in OOP in your compiler, because you see that it will become more importment when they shall create bigger applications and they are gone be more difficult and the classes will be absent. It’s a good move.
I’d love to have that you will name this possibilities to teach it to your developer team and Research.
Yours sincerely
Stephane
Comment