2
votes
3answers
77 views
NetLogo vs. Repast Simphony?
I would like to simulate some scenarios using the multiagent
paradigm, and it seems NetLogo and Repast are the most popular tools for that.
I'd like to know if anyone has had any experience with …
4
votes
16answers
796 views
Did you feel learning to program with turtle graphics was useful?
I'm preparing to teach someone to program. When I learned the course material used turtle graphics for the first few exercises. In reading introductory textbooks I have not found one that uses the …
-2
votes
3answers
118 views
Is it legal to use logos of other companies in my website/blog? [closed]
Hi guys,
I am developing a website.
And Is it legal to use logos of other companies in my website?
I think I know the answer, YES, the whole world is doing it. right? Facebook, delicious.
But …
5
votes
6answers
150 views
What modern version of LOGO should I use to teach a child programming
I remember way back when that the programming language LOGO was widely used for teaching about computers in primary schools, back before PC's arrived on the scene and turned the computer lessons into …
0
votes
0answers
1k views
How does a stack overflow? [closed]
The stackoverflow.com logo suggests a certain description of a stack overflow. I don't mean to say that logos must be correct in what they depict. The logo is perfectly all right as a logo.
But how …
135
votes
31answers
7k views
How do I move the turtle in LOGO?
How do I move the turtle in LOGO?
0
votes
0answers
21 views
Component screen error in Expression blend?
Hi I have this error in Blend. I'm a designer so don't have a wide knowledge of the code. I've created a component screen in Blend.
This is the code on the main page -
I also get this Invalid …
3
votes
3answers
156 views
Besides Logo and Emacs Lisp, what are other pure dynamically scoped languages?
What are some examples of a dynamically scoped language? And what are the reasons for choosing that design? Is it because it is easy to implement?
5
votes
2answers
154 views
What is the current status of LOGO? (The programming language)
In another Q I saw someone mention LOGO and it reminded me of some programming language from the past, mostly used for educational purposes. Basically, you would have to program a turtle with a pen …
-1
votes
0answers
83 views
graphic design software for a programmer? [closed]
which graphic design software you recomend for a programmer?
gimp like, but more simple, paint-like but more complex.
I need to design a logo for my software.
I forget to mention, must run on …
1
vote
1answer
117 views
Increase Apple Logo Brightness with Cocoa?
Hey all,
Do any one of you know how to increase the brightness of the apple logo in cooca? I think it would be cool if my app could control that. Although you could increase the brightness of your …
2
votes
4answers
325 views
Logo programming language implementations
The "joke" question Joel asked during podcast #58 made me all nostalgic for Logo, which was the second language I ever programmed in, after Basic, and which is why I never had any trouble with …
1
vote
3answers
207 views
How do I hide the turtle in LOGO?
How do I hide the turtle in LOGO?
4
votes
5answers
192 views
Are there any open source/free LOGO implementations that support dynaturtles?
I'm looking for an implementation of the LOGO programming language that supports 'dynaturtles' - animated turtles that can programmatically change shape, speed and direction as well as detect …
0
votes
2answers
58 views
How can I load a file which includes text and numeric data? [closed]
How can I load a *.csv file which includes text and numerical data in LOGO?
e.g. N 43.876 W
