basiclike
Basiclike is a family of programming languages and dialects designed to resemble the classic BASIC language while adopting modern software development practices. It is primarily positioned as an introductory language for education and for hobbyist programming, emphasizing readability and ease of use.
Core characteristics include a straightforward syntax with recognizable BASIC keywords such as PRINT, IF, THEN, FOR,
Basiclike emerged from educational and retro-computing communities seeking to preserve familiar programming patterns while improving safety
It is commonly used in introductory computer science courses and coding clubs to teach loops, conditionals,
See also BASIC, educational programming languages, Scratch, Logo.