Re: [WebDNA] RevTalk: Possible WebDNA competitor?

This WebDNA talk-list message is from

2010


It keeps the original formatting.
numero = 104694
interpreted = N
texte = Will Starck wrote: > Just curious if anyone has run across this company before: > > http://www.runrev.com/products/the-rev-platform/the-revtalk-language/ > > Cheers and happy weekend to all, > > Will Looks like it's based off of the old hypercard... anyone remember that? They appear to have a better WebSite, better Financing, better business strategy, better Marketing Strategy, and better 3rd party database integration... <^-- my opinion However, when it comes to the language, WebDNA still beats and/or competes with them on the very points they come up with (plus they don't have WebDNA .db's and tables!.. which is WebDNA's best selling point): From wiki: "The development environment is used to develop software applications more quickly than traditional languages and the company has successfully grown a consultancy business designed to bring software to market in very short time periods. This is promoted under a Challenge RunRev banner where the company claims it can take on virtually any software development project and do it faster in the Revolution language than any other programming language" (I'd take that challenge btw) ;-) Some Examples - getting a list of files and folders: --------------------------------------- runrev: # Filters the strings "." and ".." from a list function filterDots pList local tList put pList into tList filter tList without "." filter tList without ".." return tList end filterDots # Returns a filtered list of files in the current directory function filteredFiles return filterDots(the files) end filteredFiles # Returns a filtered list of folders in the current directory function filteredFolders return filterDots(the folders) end filteredFolders -- WebDNA: [listfiles path=./] [filename] [/listfiles] --------------------------------------- Looping --------------------------------------- runrev: repeat ten times put "Hello world at" && the time & return after field 1 wait two seconds end repeat -- WebDNA [loop start=1&end=10] Hello World [time] [waitforfile timeout=2][/waitforfile] (Yes, we need a [wait x] tag.) [/loop] --------------------------------------- Perhaps the most important difference between WebDNA and runrev is that WebDNA syntax is more like HTML, whereas run rev is more like applescript... Anyone programming full WebSites in applescript? ;-) Donovan -- Donovan Brooke Euca Design Center [Practical-Ethical-Efficient] www.euca.us egg.bz artglass-forum.com Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] RevTalk: Possible WebDNA competitor? (Donovan Brooke 2010)
  2. Re: [WebDNA] RevTalk: Possible WebDNA competitor? (Donovan Brooke 2010)
  3. Re: [WebDNA] RevTalk: Possible WebDNA competitor? (christophe.billiottet@webdna.us 2010)
  4. Re: [WebDNA] RevTalk: Possible WebDNA competitor? (christophe.billiottet@webdna.us 2010)
  5. [WebDNA] RevTalk: Possible WebDNA competitor? ("Will Starck" 2010)
Will Starck wrote: > Just curious if anyone has run across this company before: > > http://www.runrev.com/products/the-rev-platform/the-revtalk-language/ > > Cheers and happy weekend to all, > > Will Looks like it's based off of the old hypercard... anyone remember that? They appear to have a better WebSite, better Financing, better business strategy, better Marketing Strategy, and better 3rd party database integration... <^-- my opinion However, when it comes to the language, WebDNA still beats and/or competes with them on the very points they come up with (plus they don't have WebDNA .db's and tables!.. which is WebDNA's best selling point): From wiki: "The development environment is used to develop software applications more quickly than traditional languages and the company has successfully grown a consultancy business designed to bring software to market in very short time periods. This is promoted under a Challenge RunRev banner where the company claims it can take on virtually any software development project and do it faster in the Revolution language than any other programming language" (I'd take that challenge btw) ;-) Some Examples - getting a list of files and folders: --------------------------------------- runrev: # Filters the strings "." and ".." from a list function filterDots pList local tList put pList into tList filter tList without "." filter tList without ".." return tList end filterDots # Returns a filtered list of files in the current directory function filteredFiles return filterDots(the files) end filteredFiles # Returns a filtered list of folders in the current directory function filteredFolders return filterDots(the folders) end filteredFolders -- WebDNA: [listfiles path=./] [filename] [/listfiles] --------------------------------------- Looping --------------------------------------- runrev: repeat ten times put "Hello world at" && the time & return after field 1 wait two seconds end repeat -- WebDNA [loop start=1&end=10] Hello World [time] [waitforfile timeout=2][/waitforfile] (Yes, we need a [wait x] tag.) [/loop] --------------------------------------- Perhaps the most important difference between WebDNA and runrev is that WebDNA syntax is more like HTML, whereas run rev is more like applescript... Anyone programming full WebSites in applescript? ;-) Donovan -- Donovan Brooke Euca Design Center [Practical-Ethical-Efficient] www.euca.us egg.bz artglass-forum.com Donovan Brooke

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

[replaceChars] would be nice ... (1997) Double Spacing in Mails from Sendmail (2002) Another search question please... (1998) Help formatting search results w/ table (1997) WebMerchant Problem (1999) Cant get my own subtotal (2001) WC2.0 Memory Requirements (1997) Triggers and coupons (two questions) (2003) ConvertChars (1998) search command (1999) [searchString] (1997) Re:no [search] with NT (1997) Is this possible, WebCat2.0 and checkboxes (1997) same products but different (1998) [WebDNA] SMTP via gmail is NOT POSSIBLE (2013) Showing unopened cart (1997) problem with applets embedded in tpl files (1997) WebCatalog for Postcards ? (1997) Support ?? (1997) Max connections exceeded clarification please (2002)