A FORTRAN coded regular expression Compiler for IBM 1130 Computing System
Gerardo Cisneros

TL;DR
This paper presents a FORTRAN-based interpreter for REC, a simple recursive programming language designed to help students write programs without complex syntax, facilitating easier learning of programming concepts.
Contribution
It introduces a novel REC interpreter implemented in FORTRAN, simplifying the process for students to write and understand recursive programs.
Findings
REC language is concise and easy for students to learn
The FORTRAN interpreter effectively executes REC programs
REC's simplicity aids in teaching programming fundamentals
Abstract
REC (Regular Expression Compiler) is a concise programming language which allows students to write programs without knowledge of the complicated syntax of languages like FORTRAN and ALGOL. The language is recursive and contains only four elements for control. This paper describes an interpreter of REC written in FORTRAN.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsParallel Computing and Optimization Techniques · Teaching and Learning Programming · Embedded Systems Design Techniques
