Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

nubAHK


  • Please log in to reply
31 replies to this topic
derRaphael
  • Members
  • 872 posts
  • Last active: Mar 19 2013 04:42 PM
  • Joined: 23 Nov 2007
talking about the 0.1 pre alpha PoC script:
at the moment this is the very early beginning of this type of nubscripts.
posting it into a4h would only confuse people more, since the nub syntax is not well defined yet, also the parser which generates the ahk code is very likely to fail on scripts, - it was just a proof of concept, it has to be hardened against common misconceptions, also add some usefull error messages, and a lot more - its not a perfect program to rely on, its just a quick hackup of some regexes doing all the dirty work - the parsercore really needs to be more "nub" proof to be really usable.

All scripts, unless otherwise noted, are hereby released under CC-BY

derRaphael
  • Members
  • 872 posts
  • Last active: Mar 19 2013 04:42 PM
  • Joined: 23 Nov 2007
nubAHK wiki gone online. Comments appreciated.

All scripts, unless otherwise noted, are hereby released under CC-BY

Frankie
  • Members
  • 2930 posts
  • Last active: Feb 05 2015 02:49 PM
  • Joined: 02 Nov 2008
I like it! Its basically half of writing a program. All you have to do is write an algorithm and the coding part is done for you.
aboutscriptappsscripts
Request Video Tutorials Here or View Current Tutorials on YouTube
Any code ⇈ above ⇈ requires AutoHotkey_L to run

Uberi
  • Moderators
  • 1119 posts
  • Last active: May 02 2015 06:05 PM
  • Joined: 23 Aug 2010
While everything seems very well thought out, I think that the variable references could be made more clear and verbose. Something like:

result from call "nub function" with value of "param1" and value of "param2"

This also lends itself to more operators, such as "address of", "size of", etc. The only downside I can see to this is difficulty in parsing.

derRaphael
  • Members
  • 872 posts
  • Last active: Mar 19 2013 04:42 PM
  • Joined: 23 Nov 2007

I like it! Its basically half of writing a program. All you have to do is write an algorithm and the coding part is done for you.


That was the idea behind it. keep everything technical away from the one who describes what he wants

While everything seems very well thought out, I think that the variable references could be made more clear and verbose. Something like:

result from call "nub function" with value of "param1" and value of "param2"

This also lends itself to more operators, such as "address of", "size of", etc. The only downside I can see to this is difficulty in parsing.


I like this idea.

Uberi, you might aswell have used the comment funtion on the wiki. One doesnt need to register to use that, guest posting is allows, and this way the information keeps together instead of getting scattered across the web.

greets
dR

All scripts, unless otherwise noted, are hereby released under CC-BY

drvanitus
  • Members
  • 12 posts
  • Last active: Oct 11 2011 11:50 PM
  • Joined: 23 Dec 2008
This is great, please keep it up and don't ditch it. I love this concept. Thanks!!!!

Chicken Pie 4 Tea
  • Members
  • 379 posts
  • Last active: Dec 12 2014 06:46 PM
  • Joined: 18 Aug 2009
Its obvious really, the easiest will become the most popular with ordinary computer users. Not the most powerful - otherwise we would all be using machine code or something. AHK is very popular but something easier would be more so.
To be honest what I found most confusing with reading the AHK manual was when to use brackets or commas and when to not! Something that simplified that would get used by me!
"Choose your parents wisely"

derRaphael
  • Members
  • 872 posts
  • Last active: Mar 19 2013 04:42 PM
  • Joined: 23 Nov 2007

I like it! Its basically half of writing a program. All you have to do is write an algorithm and the coding part is done for you.


Presuming it was you, who wrote a comment, i wanted to inform that i moved it onto the discussion page of nub's wiki

All scripts, unless otherwise noted, are hereby released under CC-BY

Frankie
  • Members
  • 2930 posts
  • Last active: Feb 05 2015 02:49 PM
  • Joined: 02 Nov 2008
Yes that was me.
aboutscriptappsscripts
Request Video Tutorials Here or View Current Tutorials on YouTube
Any code ⇈ above ⇈ requires AutoHotkey_L to run

Frankie
  • Members
  • 2930 posts
  • Last active: Feb 05 2015 02:49 PM
  • Joined: 02 Nov 2008
Yes that was me.
aboutscriptappsscripts
Request Video Tutorials Here or View Current Tutorials on YouTube
Any code ⇈ above ⇈ requires AutoHotkey_L to run

derRaphael
  • Members
  • 872 posts
  • Last active: Mar 19 2013 04:42 PM
  • Joined: 23 Nov 2007
get your own We are NUB. signature.

Just copy Posted Image into your profiles sig ;).
The image will link to nub's wiki, so other's may learn about it.

All scripts, unless otherwise noted, are hereby released under CC-BY

Frankie
  • Members
  • 2930 posts
  • Last active: Feb 05 2015 02:49 PM
  • Joined: 02 Nov 2008
I don't really get the name. Could you explain its origin?
Anyways, I support this project and I have added it to my sig (for now).
aboutscriptappsscripts
Request Video Tutorials Here or View Current Tutorials on YouTube
Any code ⇈ above ⇈ requires AutoHotkey_L to run

derRaphael
  • Members
  • 872 posts
  • Last active: Mar 19 2013 04:42 PM
  • Joined: 23 Nov 2007
nub is a variation of noob which originates in Newbie. I've chosen this name to resemble the original spirit of ahk which was intended as an easy scripting language for people who had no expirience in programming so far to allow them creating programms without prior knowledge.

All scripts, unless otherwise noted, are hereby released under CC-BY

Frankie
  • Members
  • 2930 posts
  • Last active: Feb 05 2015 02:49 PM
  • Joined: 02 Nov 2008
I am having trouble registering. Do you know why it wouldn't work?

Note: The error is: Could not open socket
aboutscriptappsscripts
Request Video Tutorials Here or View Current Tutorials on YouTube
Any code ⇈ above ⇈ requires AutoHotkey_L to run

Uberi
  • Moderators
  • 1119 posts
  • Last active: May 02 2015 06:05 PM
  • Joined: 23 Aug 2010
I am having that issue as well, even after enabling JavaScript.