📄 readme
字号:
BASIC /bay'-sic/ n.
A programming language, originally designed for Dartmouth's experimental
timesharing system in the early 1960s, which for many years was the leading
cause of brain damage in proto-hackers. Edsger W. Dijkstra observed in
"Selected Writings on Computing: A Personal Perspective" that "It is
practically impossible to teach good programming style to students that have
had prior exposure to BASIC: as potential programmers they are mentally
mutilated beyond hope of regeneration." This is another case (like Pascal)
of the cascading lossage that happens when a language deliberately designed
as an educational toy gets taken too seriously. A novice can write short
BASIC programs (on the order of 10-20 lines) very easily; writing anything
longer (a) is very painful, and (b) encourages bad habits that will make it
harder to use more powerful languages well. This wouldn't be so bad if
historical accidents hadn't made BASIC so common on low-end micros in the
1980s. As it is, it probably ruined tens of thousands of potential wizards.
"The new hacker's dictionary"
*****************************
** You have been warned! **
*****************************
* * *
To run the test of dynamic linking of functions do:
make testdl.so
./blassic testdl
On windows with Borland C++ Builder build the project testdl
and do:
blassic testdl
There is no other documentation than the testdl.cpp source, sorry.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -