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,> > WillLooks 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 opinionHowever, 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 listfunction filterDots pList local tList put pList into tList filter tList without "." filter tList without ".." return tListend filterDots# Returns a filtered list of files in the current directoryfunction filteredFilesreturn filterDots(the files)end filteredFiles# Returns a filtered list of folders in the current directoryfunction filteredFoldersreturn 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 isthat WebDNA syntax is more like HTML, whereas run rev is more likeapplescript... Anyone programming full WebSites in applescript? ;-)Donovan-- Donovan BrookeEuca Design Center[Practical-Ethical-Efficient]www.euca.usegg.bzartglass-forum.com
Associated Messages, from the most recent to the oldest:
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,> > WillLooks 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 opinionHowever, 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 listfunction filterDots pList local tList put pList into tList filter tList without "." filter tList without ".." return tListend filterDots# Returns a filtered list of files in the current directoryfunction filteredFilesreturn filterDots(the files)end filteredFiles# Returns a filtered list of folders in the current directoryfunction filteredFoldersreturn 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 isthat WebDNA syntax is more like HTML, whereas run rev is more likeapplescript... Anyone programming full WebSites in applescript? ;-)Donovan-- Donovan BrookeEuca Design Center[Practical-Ethical-Efficient]www.euca.usegg.bzartglass-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:
Text variables do not show (1999)
Ready to h[url]!!! (1999)
Beta5??? (2000)
Repeating Fields (1997)
WebCatalog for guestbook ? (1997)
Passing WebCat data to SSL server (1997)
syntax question, not in online refernce (1997)
1 cent answer? (1998)
Exists? (1997)
Generating unique SKU from [cart] (1997)
[Webcat 2]Next (1997)
SKU (1997)
ups calculator (2000)
[WriteFile] problems (1997)
High ASCII inside [LOOKUP] inside [LISTWORDS] (1998)
WebCat2final1 crashes (1997)
Tiny Store (1998)
truncating email part II (1997)
Separate SSL Server (1997)
Re:trouble (1997)