Hi all, Is anyone else interested in PharoJS and making it mature for their own commercial mobile and single page web app (and node.js) development? I think it has a huge potential because it brings the browser runtime and many libraries and online services from the JS world to us Smalltalkers while letting us keep our agile development and good CS practices. But it does not yet have the necessary features and documentation to work smoothly. -- Siemen
from my extremely limited understanding about web dev, Seaside if my memory serves me correctly it integrate JS/ HTML/ CSS . IT has many great features, its mature and well documented. Most likely most existing pharo web dev frameworks do this as well. PharoJS is definitely a very cool idea, but its a big project none the less , so it will take some time for it to get there. Assuming devs contribute to it, the massive difference between "I want" and "I make". On Wed, Jun 14, 2017 at 12:47 PM Siemen Baader <siemenbaader@gmail.com> wrote:
Hi all,
Is anyone else interested in PharoJS and making it mature for their own commercial mobile and single page web app (and node.js) development?
I think it has a huge potential because it brings the browser runtime and many libraries and online services from the JS world to us Smalltalkers while letting us keep our agile development and good CS practices. But it does not yet have the necessary features and documentation to work smoothly.
-- Siemen
On Wed, Jun 14, 2017 at 4:10 PM, Dimitris Chloupis <kilon.alios@gmail.com> wrote:
from my extremely limited understanding about web dev, Seaside if my memory serves me correctly it integrate JS/ HTML/ CSS . IT has many great features, its mature and well documented. Most likely most existing pharo web dev frameworks do this as well.
Yes, it is good. But all the state is on the server, so it is not much help for an in-browser web app. A thin client model rather than a fat client that has a very responsive UI and also works well with interrupted connectivity as is often the case with mobile. So not really my use case.
PharoJS is definitely a very cool idea, but its a big project none the less , so it will take some time for it to get there. Assuming devs contribute to it, the massive difference between "I want" and "I make".
Exactly. It would be cool if we could unite a few competent people with self-interest to help the project forward. I have this self-interest, but not the skills (or time to acquire them) to do it alone. Have tried ;) -- Siemen
On Wed, Jun 14, 2017 at 12:47 PM Siemen Baader <siemenbaader@gmail.com> wrote:
Hi all,
Is anyone else interested in PharoJS and making it mature for their own commercial mobile and single page web app (and node.js) development?
I think it has a huge potential because it brings the browser runtime and many libraries and online services from the JS world to us Smalltalkers while letting us keep our agile development and good CS practices. But it does not yet have the necessary features and documentation to work smoothly.
-- Siemen
I'm very interested in it as I'm programming in Node.js and Typescript as we speak. However, I so busy I'm having a hard time just keeping up with the PharoJS progress. ----- Brad Selfridge -- View this message in context: http://forum.world.st/vested-interest-in-PharoJS-tp4951357p4951518.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On Thu, Jun 15, 2017 at 7:03 PM, Brad Selfridge <bsselfridge@gmail.com> wrote:
I'm very interested in it as I'm programming in Node.js and Typescript as we speak. However, I so busy I'm having a hard time just keeping up with the PharoJS progress.
Would you be able to use PharoJS in your (future?) projects and save time in a way that would justify you investing time into improving PharoJS or participate in the community in other ways? -- Siemen
----- Brad Selfridge -- View this message in context: http://forum.world.st/vested- interest-in-PharoJS-tp4951357p4951518.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
I thought I responded already. We are interested in pharoJS. We developed stuff with amber but stopped using it. We have one app in the app store with ionic and amber and I'd like to do another one with pharoJS. Additionally I think that combining pharoJS with electron could be a nice thing to have in order to create desktop apps. And finally I was shortly researching native callouts from javascript with javascript core on ios and it seems you can do pharo code, transpile to javascript that calls javascript functions which are OS-native functions. Norbert
Am 14.06.2017 um 11:46 schrieb Siemen Baader <siemenbaader@gmail.com>:
Hi all,
Is anyone else interested in PharoJS and making it mature for their own commercial mobile and single page web app (and node.js) development?
I think it has a huge potential because it brings the browser runtime and many libraries and online services from the JS world to us Smalltalkers while letting us keep our agile development and good CS practices. But it does not yet have the necessary features and documentation to work smoothly.
-- Siemen
Very cool, Norbert. I have been watching what you are doing at 2denker and thought you might be interested ;) What is holding you back - do you need more from PharoJS before starting to use it commercially, or are you waiting for a (paid) project before you can start? -- Siemen On Thu, Jun 22, 2017 at 1:08 PM, Norbert Hartl <norbert@hartl.name> wrote:
I thought I responded already. We are interested in pharoJS. We developed stuff with amber but stopped using it. We have one app in the app store with ionic and amber and I'd like to do another one with pharoJS. Additionally I think that combining pharoJS with electron could be a nice thing to have in order to create desktop apps. And finally I was shortly researching native callouts from javascript with javascript core on ios and it seems you can do pharo code, transpile to javascript that calls javascript functions which are OS-native functions.
Norbert
Am 14.06.2017 um 11:46 schrieb Siemen Baader <siemenbaader@gmail.com>:
Hi all,
Is anyone else interested in PharoJS and making it mature for their own commercial mobile and single page web app (and node.js) development?
I think it has a huge potential because it brings the browser runtime and many libraries and online services from the JS world to us Smalltalkers while letting us keep our agile development and good CS practices. But it does not yet have the necessary features and documentation to work smoothly.
-- Siemen
Am 22.06.2017 um 13:57 schrieb Siemen Baader <siemenbaader@gmail.com>:
Very cool, Norbert. I have been watching what you are doing at 2denker and thought you might be interested ;)
What is holding you back - do you need more from PharoJS before starting to use it commercially, or are you waiting for a (paid) project before you can start?
What is keeping me? A project and the feasibility. The amber project we could do because the project was more of a research project so I said "why not". For anything serious you need to check if it is feasible to use. And my trials with PharoJS were only little so I don't have the feeling, yet, if it is a huge benefit using it. But I feel a huge potential in it so it is on my list of things I wanna try but not on top. Norbert
-- Siemen
On Thu, Jun 22, 2017 at 1:08 PM, Norbert Hartl <norbert@hartl.name <mailto:norbert@hartl.name>> wrote: I thought I responded already. We are interested in pharoJS. We developed stuff with amber but stopped using it. We have one app in the app store with ionic and amber and I'd like to do another one with pharoJS. Additionally I think that combining pharoJS with electron could be a nice thing to have in order to create desktop apps. And finally I was shortly researching native callouts from javascript with javascript core on ios and it seems you can do pharo code, transpile to javascript that calls javascript functions which are OS-native functions.
Norbert
Am 14.06.2017 um 11:46 schrieb Siemen Baader <siemenbaader@gmail.com <mailto:siemenbaader@gmail.com>>:
Hi all,
Is anyone else interested in PharoJS and making it mature for their own commercial mobile and single page web app (and node.js) development?
I think it has a huge potential because it brings the browser runtime and many libraries and online services from the JS world to us Smalltalkers while letting us keep our agile development and good CS practices. But it does not yet have the necessary features and documentation to work smoothly.
-- Siemen
There seem to be some interesting work with SqueakJS by Craig Latta. https://thiscontext.com/ I hope Smalltalk of all dialects can get together to develop a killer web development environment. All the best, Aik-Siong Koh -- View this message in context: http://forum.world.st/vested-interest-in-PharoJS-tp4951357p4952310.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (5)
-
askoh -
Brad Selfridge -
Dimitris Chloupis -
Norbert Hartl -
Siemen Baader