文章基本信息
- 标题:Simplifying Scientific Programming with Streak©
- 本地全文:下载
- 作者:Francisca O. Oladipo ; Victor U. Anawo
- 期刊名称:International Journal of Computer and Information Technology
- 印刷版ISSN:2279-0764
- 出版年度:2017
- 卷号:6
- 期号:6
- 页码:300-318
- 出版社:International Journal of Computer and Information Technology
- 摘要:It is still often perceived that programming is only for
experts. This in combination with the low expressiveness features
of many programming languages discourage a lot more people
from going fully into the field of programming. The result of this
research is a quasi-programming environment named Streak©.
Streak© parades a command line interface where all
programming activities including variable declaration can be
carried out. Streak©, supports primitive data types, comments
using the “#” symbol and an array of reserved words like streak,
streakvar, feedin, feedout, end, etc. Being a quasi-environment,
Streak© does not have its own Graphical User Interface, but the
output is displayed on the Command Line Interface. The
language building blocks is made up of a translation program,
grammatical structures based on the Backus-Naur form and
regular expressions. It runs on a command line interface which
can be integrated into popular IDE and has its own set of easy to
remember and use keywords. Streak© provides extensive support
for breakpoints which in turn allows the debugger to debug
programs faster.
- 关键词:programming language; quasi;environments; CLI;
mac;windows interface