Re: [Factor-talk] Newbie problem with 'first program'

2018-01-19 Thread Andrew McDowell
Wow, it looks like I’ve landed in the right community to get my feet wet in programming! Much thanks to all! I’ll dig into these resources and I’m sure they will take me several steps down the road. Andy -- Check out t

Re: [Factor-talk] Newbie problem with 'first program'

2018-01-19 Thread cat via Factor-talk
One more link: in 2008 Slava Pestov (the creator of Factor) gave a talk at Google about Factor (as it existed back then), it's interesting and a good introduction to some of Factor's interesting and somewhat advanced features. https://www.youtube.com/watch?v=f_0QlhYlS8g Original Messag

Re: [Factor-talk] Newbie problem with 'first program'

2018-01-19 Thread John Benediktsson
You might also look through this great Factor Tutorial page: https://andreaferretti.github.io/factor-tutorial/ And you might find this neat presentation about Factor useful that was put together recently: https://github.com/viswans83/stack-based-languages-presentation And I have a lot o

Re: [Factor-talk] Newbie problem with 'first program'

2018-01-19 Thread cat via Factor-talk
I haven't had time to maintain it in a white but [Exercism](http://exercism.io), the free and open-source language-learning platform, has the beginnings of a Factor language track, which is designed to use the Exercism model to help people learn Factor: http://exercism.io/languages/factor/about

Re: [Factor-talk] Newbie problem with 'first program'

2018-01-19 Thread Andrew McDowell
OK, I’ve worked through Your First Program and gotten exposure to a few concepts (and had fun!). It would be nice if there were a series of such hands on tutorials leading me through further steps in my programming education and factor education. I don’t suppose that is the case though. I will

Re: [Factor-talk] Newbie problem with 'first program'

2018-01-19 Thread John Benediktsson
Usually you can press the Fn key and then F2 if it’s a dual-purpose button. Apple doesn’t think we need Function keys and keeps trying to make them harder to use. (I use a MacBook also). > On Jan 19, 2018, at 5:27 AM, Andrew McDowell wrote: > > OK, back with my next question, still working

Re: [Factor-talk] Newbie problem with 'first program'

2018-01-19 Thread Andrew McDowell
I found out how to fix that in Mac OS Preferences, so I’m ok on that now. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: [Factor-talk] Newbie problem with 'first program'

2018-01-19 Thread Andrew McDowell
Ok, I fixed that in Mac preferences, so I’m ok there. > On Jan 19, 2018, at 8:27 AM, Andrew McDowell wrote: > > OK, back with my next question, still working on ‘first program’. By the way > I’m loving the documentation. OK, my question: pressing F2 from the listener, > on my stock Mac keyboar

Re: [Factor-talk] Newbie problem with 'first program'

2018-01-19 Thread Andrew McDowell
OK, back with my next question, still working on ‘first program’. By the way I’m loving the documentation. OK, my question: pressing F2 from the listener, on my stock Mac keyboard, give the ‘Brighten screen’ function rather than reloading changed files. For now I’m just using “palindrome” reload

Re: [Factor-talk] Newbie problem with 'first program'

2018-01-19 Thread Andrew McDowell
That worked John, thank you! A little knowledge goes a long way. I’m sure I’ll be back with more questions soon. Andy -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

Re: [Factor-talk] Newbie problem with 'first program'

2018-01-18 Thread John Benediktsson
You mounted the Factor DMG, which is normal, but it is read-only, so you are getting an error when trying to write files or create directories inside it. I recommend copying the factor folder from the DMG into somewhere else like /Applications and then it should work fine. On Thu, Jan 18, 2018 at

[Factor-talk] Newbie problem with 'first program'

2018-01-18 Thread Andrew McDowell
Hi, I have installed Factor on Mac OS 10.13. I'm trying to work through the Your first Program section. When I do: "palindrome" scaffold-work, I get the following error: Unix system call “mkdir” failed: Read-only file system (30) It was called with the following arguments: "/Volumes/factor/factor