square-lang / Square

The Square Programming Language. A tiny programming language under 200kb.
MIT License
31 stars 3 forks source link

Why use "cat" to print to screen instead of "print" #1

Closed brayo-pip closed 4 years ago

brayo-pip commented 4 years ago

Almost all languages use print as the function to print to screen. If u want this language to even stand a chance of going mainstream u need to stick to such conventions. Such a minor detail could be the difference between someone liking or disliking a language. Anyway am not one to criticise a lot, I know it must be super difficult build your own language from scratch.

StepfenShawn commented 4 years ago

Thanks for your advice, Square can now use theprint function:)