Today we have a guest post from Mahmoud Fayed of the Programming Without Coding Technology project.
During the last 8 years (since Dec. 2005) we have been working on developing a General-Purpose Visual Programming Language, Our goal is to present a tool for novice programmers and expert programmers at the same time.
The project development is a based on the implementation of new research ideas and getting feedback from our users.
We created the following movie today to present some of the PWCT features and how programmers can use it to create real world applications:
We are going to release PWCT 1.9 (Art) during the next 60 days with these features.
Very interesting. Forgive me if this is a naive question, but can the code generated by this program be parallelized?
@joemaglitta Yes, PWCT comes with more than one VPL (Visual Programming Language) like HarbourPWCT, PythonPWCT, C#PWCT & SupernovaPWCT and you can extended PWCT to support any textual programming language
And you can do the next
1 – Use Threads
2 – Use the Super Server Programming Paradigm (Embedded in HarbourPWCT) to develop network applications (Client-Server & Distributed )
3 – Support new textual programming language for concurrent programming like ErLang
The idea of PWCT is to create new VPLs powerful as the textual programming languages we are using for programming tasks.
And we have 11 lessons to help developes extened PWCT
http://doublesvsoop.sourceforge.net/pwcthelp/CreateNewVPL/Lesson1.pdf
http://doublesvsoop.sourceforge.net/pwcthelp/CreateNewVPL/Lesson2.pdf
http://doublesvsoop.sourceforge.net/pwcthelp/CreateNewVPL/Lesson3.pdf
http://doublesvsoop.sourceforge.net/pwcthelp/CreateNewVPL/Lesson4.pdf
http://doublesvsoop.sourceforge.net/pwcthelp/CreateNewVPL/Lesson5.pdf
http://doublesvsoop.sourceforge.net/pwcthelp/CreateNewVPL/Lesson6.pdf
http://doublesvsoop.sourceforge.net/pwcthelp/CreateNewVPL/Lesson7.pdf
http://doublesvsoop.sourceforge.net/pwcthelp/CreateNewVPL/Lesson8.pdf
http://doublesvsoop.sourceforge.net/pwcthelp/CreateNewVPL/Lesson9.pdf
http://doublesvsoop.sourceforge.net/pwcthelp/CreateNewVPL/Lesson10.pdf
http://doublesvsoop.sourceforge.net/pwcthelp/CreateNewVPL/Lesson11.pdf
@Mahmoud Fayed Mahmoud – Thanks for your prompt reply. I have posted your comments onhttp://goparallel.sourceforge.net/software-without-coding-parallel-boon/ , one of our other sites. Please feel free to respond and join and advance the discussion there. Thanks very much. Joe
@joemaglitta @Mahmoud Fayed Thank for sharing
@joemaglitta Thanks for sharing
Hello, Mahmoud! Trying to install this…don’t know if it will work, yet, since the install is still running. Do you plan on releasing a version of this Supernova for RPM-based Linux distros? Or, perhaps a 64-bit version? Or the source-code?
Thanks!
@VirtualEntity I hope that you can Supernova, It’s tested and works fine on Ubuntu Linux & Microsoft Windows.
Supernova is free-open source and the Windows version contains the visual source files (*.SSF) which you can open and build using PWCT.
The Linux version also comes with the generated source code inside the debian package
To build from the source you will need Harbour & HbQt from https://sourceforge.net/projects/harbour-project/ and https://sourceforge.net/projects/qtcontribs/
For quick solution you can run PWCT on Linux using Wine then use SupernovaPWCT to develop based on Supernova
Also you can open & build supernova from source using HarbourPWCT
@VirtualEntity
Supernova works fine on Ubuntu Linux & Microsoft Windows.
Supernova is free-open source and the Windows version contains the visual source files (*.SSF) which you can open and build using PWCT.
The Linux version also comes with the generated source code inside the debian package
To build from the source you will need Harbour & HbQt from https://sourceforge.net/projects/harbour-project/ and https://sourceforge.net/projects/qtcontribs/
For quick solution you can run PWCT on Linux using Wine then use SupernovaPWCT to develop based on Supernova
Also you can open & build supernova from source using HarbourPWCT