anoniscoding / yorlang

A programming language with yoruba language construct
https://anoniscoding.github.io/yorlang/
MIT License
449 stars 70 forks source link

Naming Review (Suggestion) #24

Open solamichealolawale opened 5 years ago

solamichealolawale commented 5 years ago

Hi Anu, nice project you have here, I'm glad you did this and I am happy for your innovative ideas.

Below are some of the things I want to suggest as regards the naming, especially the condition block name.

e.g.

ṣé should be used for do() while should be used for if(), tàbí tí for elseif() and else for tabí;

e.g

jẹ́kí orúkọ = "tunde";
jẹ́kí orúkọ = "sunmi";

tí ( orúkọ == "dammy" ){
    sọpé "oruko okunrin ni";
} tàbí tí ( orúkọ == "sunmi" ) {
    sọpé "oruko okunrin ni";
} tàbí {
    sọpé "oruko okunrin ati oruko obinrin ni";
}

Thanks in advance
akinsete commented 5 years ago

I support @solamichealolawale suggestion ti for if tabi ti for elseif tabi for else

@anoniscoding Keep up the good work.

anoniscoding commented 5 years ago

Thank , I’ll add this to backlog