Myself – v1.0.3
21–30 of 79 posts
Re: Myself – v1.0.3
#22This is great...I am currently teaching 3 classes of 8th graders an intro to html, css, and javascript and am going to show this to them!
Nice! I spoke to 50-60 middle schoolers last month. We built a Flappy Bird clone based on the Code.org tutorials and a few of them really caught the spark. This is why I recommend JS, CSS, & HTML for entry level programming courses!
Re: Myself – v1.0.3
#23This is called interactive development; if you liked this, check these out: * Interactive programming Flappy Bird in ClojureScript: https://www.youtube.com/watch?v=KZjFVdU8VLI * Live-editing React app without refresh: https://vimeo.com/100010922 These demos aren't smoke and mirrors, I and many others do interactive development, 8 hours a day, writing regular web apps.
Re: Myself – v1.0.3
#24Re: Myself – v1.0.3
#25Re: Myself – v1.0.3
#26Re: Myself – v1.0.3
#27This is called interactive development; if you liked this, check these out: * Interactive programming Flappy Bird in ClojureScript: https://www.youtube.com/watch?v=KZjFVdU8VLI * Live-editing React app without refresh: https://vimeo.com/100010922 These demos aren't smoke and mirrors, I and many others do interactive development, 8 hours a day, writing regular web apps.
Re: Myself – v1.0.3
#28This makes me think of a new requirement for a hypothetical programming language: this requirement is that the programming language supports a coding style where additions to the code (new functionality, or bugfixes) are appended at the end of the code text, rather than inserted inside the existing code. I wonder if a language like this would be feasible and practical.
Re: Myself – v1.0.3
#29I feel like someone could build a game with this. Where you see the code being writen as you make your choises. That would be super cool. Anyway, that's an amazing job you did OP.
Re: Myself – v1.0.3
#30This is great...I am currently teaching 3 classes of 8th graders an intro to html, css, and javascript and am going to show this to them!