Re: [Pharo-users] Iceberg + BaselinOf + Metacello - how to manage interdependencies ?

2018-12-01 Thread Ichiseki
Hi, You are not alone. I have the same impression that Metacello+Git+Iceberg is something very difficult to grasp. It is getting hard to keep the pace with a constant evolving Pharo system. best ichi -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] What is the actual way of managing code in Pharo

2018-12-01 Thread Ichiseki
Sean, Thank you very much for your prompt response. Do you know, or have a reference to, some documentation on Iceberg? Pharo is evolving really fast, that is a good thing. But it seems that the community is formed, largely, by developers of the Pharo ecosystem and not actual plain vanilla users. I

[Pharo-users] What is the actual way of managing code in Pharo

2018-11-30 Thread Ichiseki
Hi there, I am trying the new Pharo 7 and a very elemental question arose. What I should use to manage my code? Monticello Metacello Iceberg It seems I am quite confused regarding the role of each of these tools. Documentation, I am afraid, does not apply to Pharo 7. The chapters covering Monti

Re: [Pharo-users] Deleting an instance

2015-09-16 Thread Ichiseki
Perfect ! ! Txs -- View this message in context: http://forum.world.st/Deleting-an-instance-tp4850614p4850625.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

[Pharo-users] Deleting an instance

2015-09-16 Thread Ichiseki
I have the following question. I have created several instances of StringMorph. However those instances are not "available" to be handled by the halo. When I do a right click, the World menu informs me that those instance exist. Moreover, if I do StringMorph allInstances and printit, the array sho

Re: [Pharo-users] Becoming good at VM development

2015-09-04 Thread Ichiseki
Yes Mariano, you are right. The compilation itself should be trivial - in a sense. The hard part is the actual development of the VM. From what I've read, the VM is developed in Smalltalk's Slang, then transpiled to C and then compiled isn't it? -- View this message in context: http://forum.w

Re: [Pharo-users] Becoming good at VM development

2015-08-31 Thread Ichiseki
Thanks to all for your responses. I am carefully reading the material presented by you. Ideally I will like to compile the VM into Chrome's NaCL to run an image under Chrome OS. But first things first, as they say. I have to understand the Squeak/Pharo VM. One question, is Mariano's blog still rele

Re: [Pharo-users] Becoming good at VM development

2015-08-28 Thread Ichiseki
I've already read those blogs. There are lots of useful information - it seems - but what I want is a head start, something that starts from zero but for someone who has programming knowledge. I will definitely read the blue book. That goes first! Any more sources, indications? TYVM ichiro --

[Pharo-users] Becoming good at VM development

2015-08-28 Thread Ichiseki
Hi hello to everyone & everybody I am interesting in going deeply into VM design, development, optimization, etc. I know a lot of Haskell, a good amount of C and some languages that use VM like Python, Lua and Pharo of course. What would be a road map (books, articles, code to read) to understand d

[Pharo-users] Blue book, worth reading?

2014-09-16 Thread Ichiseki
Is it a good idea to invest some time in reading & studing the blue book? or better expend that time on other sources? thankyou ichisan -- View this message in context: http://forum.world.st/Blue-book-worth-reading-tp4778445.html Sent from the Pharo Smalltalk Users mailing list archive at Nabbl

[Pharo-users] GUI construction under Pharo

2014-09-01 Thread Ichiseki
Hi For what I've read and study Smalltalk was great a RAD, it was infact used a lot in financial services for that reason. Now I see that most commercial versions of Smalltalk have a GUI builder, but non of the open source. Wouldn't have a GUI building tool be a priority? Perhaps this is already d

Re: [Pharo-users] Workbook, exercises and problems

2014-08-25 Thread Ichiseki
@Kilon Thanks for the link. I will take a look at it. And BTW, thanks for your video tutorials They are very helpful Ichiro -- View this message in context: http://forum.world.st/Workbook-exercises-and-problems-tp4774634p4774656.html Sent from the Pharo Smalltalk Users mailing list archive a

Re: [Pharo-users] Workbook, exercises and problems

2014-08-25 Thread Ichiseki
@Sebastian & Sven I've already read and did PBE. Thanks for the suggestion. Ichiro -- View this message in context: http://forum.world.st/Workbook-exercises-and-problems-tp4774634p4774650.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Workbook, exercises and problems

2014-08-25 Thread Ichiseki
I would love to do that but: I have neither a good understanding of smalltalk not pharo. I don't have a good OO style - I come from a Functional paradigm- I'm not used to variables Of course I've been trying with some of them. But wanted to know it there was a way to check the answers. Not only i

[Pharo-users] Workbook, exercises and problems

2014-08-25 Thread Ichiseki
I'm trying to find examples and problems, exercises to solve in Pharo but it seems that it is little in that department. I come from Haskell, there we have 99 problems solved in Haskell and also, Project Euler. Also Python, Ruby and other have this. Is there a place where I can find more food?

Re: [Pharo-users] Can Pharo meet all your computing needs?

2014-08-24 Thread Ichiseki
This a very interesting topic. Some time ago I was taking a look at a Tektronik flyer I found on the Internet and seems that in those days, the concept of Smalltalk was that it completely replaced the OS. Or perhaps is more accurate to say that Smalltalk was the OS and the Development Environment.

[Pharo-users] A Slice

2014-08-14 Thread Ichiseki
I've been reading some post that mention Slices. What is a slice? and what's usefull for? thank you Ichiro -- View this message in context: http://forum.world.st/A-Slice-tp4773357.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

[Pharo-users] Two Questions from a Newbie

2014-08-07 Thread Ichiseki
Konnichiwa First thanks to those that gave me some directions to start with Pharo / Smalltalk. Now I have some questions that I'm sure are very stupid. The first one is, is there a way to use the bouncing atoms and the lights on on Pharo 3? Because I tried to build it in there and it doesn't work T

[Pharo-users] Hello

2014-08-01 Thread Ichiseki
Hello I'm totally new to Pharo and Smalltalk, but not new to programming. I want to learn Pharo and Smalltalk especially to use Moose, Roasall and other data visualization frameworks. Where should I start? I have lot of time to study and want something intensive with exercises and a solid theory ba