Third Devlog for SolWisp + SWIDE
Here we go again…
Just like my other projects I had to restart this one as well.
What Changed due to restart?
- Primary language turned from Python to Java
- Now mostly build on raw Java (Except for graphics of course)
- Language was simplified
Current Commands:
- Say/Ex: Say Hi/Args: (Say < Text >)/Similar to Print from Python
- Integer/Ex: Integer x = 0/Args: (Integer < VarName > = < Value >)/basic variable
- String/Ex: String x = hi/Args: (String < VarName > = < Value >)/basic variable
- Boolean/Ex: Boolean x = true/Args: (Boolean < VarName > = < Value >)/basic Variable
- Float/Ex: Float x = 5.232/ Args: (Float < VarName > = < Value >)/basic variable
- Input/Ex: String a. Input Hi! How are you? into a/Args: (Input < Prompt > into < VarName >)/Text Input
In Progress:
- IDE
- Multi-line commands (Functions/If/loops/etc.)
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.