Live data from Hacker News

Dogescript

zachbruggeman.me

51–60 of 147 posts

Re: Dogescript

#51

What's funny about this is that every comment here is calling this useless, yet it's something that's very much in the hacker spirit. Utility is not the end goal of everything.

HN is solely for venture capitalism via phone and webapps, thanks.

And maybe Gladwell-esque light stories suitable for our Powerpoint pitch.

Re: Dogescript

#52
post #49

I like it. And I always wondered why a programming language couldn't exist to work as follows: Start Run at 60 frames per second and do Clear the screen Draw a rectangle at (10,10) with size (100,50) and rotate it 20 degrees Repeat End Or something along those lines - hopefully you get my point. This would be fun for prototyping. I could just speak to my computer and have it translate my plain english into a working…

Seems similar to Processing (http://processing.org/)

Re: Dogescript

#53
post #49

I like it. And I always wondered why a programming language couldn't exist to work as follows: Start Run at 60 frames per second and do Clear the screen Draw a rectangle at (10,10) with size (100,50) and rotate it 20 degrees Repeat End Or something along those lines - hopefully you get my point. This would be fun for prototyping. I could just speak to my computer and have it translate my plain english into a working…

https://en.wikipedia.org/wiki/Natural_language_programming Plenty of things already work like this. For example, check out Inform 7 http://inform7.com/ or the Robot C natural language module http://www.robotc.net/NaturalLanguage/. Or, more generally, LOGO https://en.wikipedia.org/wiki/Logo_%28programming_language%2...

Re: Dogescript

#56
post #49

I like it. And I always wondered why a programming language couldn't exist to work as follows: Start Run at 60 frames per second and do Clear the screen Draw a rectangle at (10,10) with size (100,50) and rotate it 20 degrees Repeat End Or something along those lines - hopefully you get my point. This would be fun for prototyping. I could just speak to my computer and have it translate my plain english into a working…

Probably because programming languages require a precision that natural languages do not have, so you end up having english words that only mean a certain form of their meaning, and completely broken grammar (and/or near impossible to implement). At which point, you are just confusing people by saying "it is like english" (or X natural language).

Re: Dogescript

#57

What's funny about this is that every comment here is calling this useless, yet it's something that's very much in the hacker spirit. Utility is not the end goal of everything.

HN is solely for venture capitalism via phone and webapps, thanks. And maybe Gladwell-esque light stories suitable for our Powerpoint pitch.

Thank you, Poe's Law.

Re: Dogescript

#58
post #9

What's funny about this is that every comment here is calling this useless, yet it's something that's very much in the hacker spirit. Utility is not the end goal of everything.

great if it helps you learn something. shouldn't be on hn front page.

[deleted]

Re: Dogescript

#59
post #18

This is really funny. I quite enjoyed it. I wouldn't take any serious comments here seriously. Unfortunately the distribution of sense-of-humour in the world is not even. Some get a bigger chunk of it than others. The next time anyone mentions CoffeeScript to me, I'll send them here. Much better.

The joke is here, it just isn't evenly distributed.

Re: Dogescript

#60
post #49

I like it. And I always wondered why a programming language couldn't exist to work as follows: Start Run at 60 frames per second and do Clear the screen Draw a rectangle at (10,10) with size (100,50) and rotate it 20 degrees Repeat End Or something along those lines - hopefully you get my point. This would be fun for prototyping. I could just speak to my computer and have it translate my plain english into a working…

Lingo, the scripting language for Macromedia Director, looked almost exactly like that. It was a real pain in the ass as soon as you tried to do anything more advanced than, say, drawing rectangles.
Post reply on HN