Showing 2 of total 2 results (show query)
iqis
mod:Lightweight and Self-Contained Modules for Code Organization
Creates modules inline or from a file. Modules can contain any R object and be nested. Each module have their own scope and package "search path" that does not interfere with one another or the user's working environment.
Maintained by Siqi Zhang. Last updated 5 years ago.
datatypemodulemodulesprogramming
4 stars 7.08 score 1.2k scriptsropensci
karel:Learning programming with Karel the robot
This is the R implementation of Karel the robot, a programming language created by Dr. R. E. Pattis at Stanford University in 1981. Karel is an useful tool to teach introductory concepts about general programming, such as algorithmic decomposition, conditional statements, loops, etc., in an interactive and fun way, by writing programs to make Karel the robot achieve certain tasks in the world she lives in. Originally based on Pascal, Karel was implemented in many languages through these decades, including 'Java', 'C++', 'Ruby' and 'Python'. This is the first package implementing Karel in R.
Maintained by Marcos Prunello. Last updated 8 months ago.
10 stars 6.87 score 31 scripts