Tagged Questions
Logo is a computer programming language, created mainly for the purposes of education. If you're referencing logos in the sense of "corporate logos", please use the tag graphical-logo instead.
12
votes
7answers
741 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 ...
12
votes
7answers
1k 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 ...
10
votes
4answers
393 views
Learning programming language concepts
As a student teacher I am very interested in how effective "mini languages" such as Scratch, Logo, Alice and Lego mindstorms are in teaching the pupil the core concepts of programming such as ...
8
votes
3answers
131 views
Interested in VM for lisp-like languages on 8-bit system
I'm looking for recommended virtual machines that can run on a 8-bit microprocessor AND support dynamic languages. I'd like a VM solution because I perceive benefits in terms of code density, ...
6
votes
2answers
2k views
EBNF or BNF for the LOGO programming language
Does anyone know where I can get the BNF or EBNF for the LOGO programming language?
6
votes
5answers
2k 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 ...
6
votes
4answers
326 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 ...
6
votes
17answers
2k 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 ...
5
votes
4answers
277 views
Which LOGO implementation?
I want to show my young cousin (12) programming.
I think that LOGO is a good start.
Which implementation should I use? (windows)
4
votes
2answers
533 views
How do I draw a unicorn using Logo?
How can I draw a multi-color randomized unicorn using Logo?
the algorithm is described in balpha's blog, but I don't know which steps to start with to implement it in Logo
4
votes
4answers
395 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?
4
votes
5answers
417 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 ...
2
votes
1answer
642 views
NetLogo: reading data from input files with variable numbers of lines
I've been running game theory simulations in NetLogo and I now have lots data files, containing cross-tabulated data - each column store a value of a different variable, and there are c. 1000 rows ...
1
vote
2answers
413 views
how do we create turtle geometry in three.js?
We are trying to create a simple programming environment that lets people generate 3D forms (it's inspired by the Scratch project). We'd like it to work in a "turtle geometry" fashion, where a ...
1
vote
1answer
737 views
0
votes
2answers
123 views
Modern functional language with simple syntax? [closed]
I'm interested in trying to learn some modern/advanced features of functional languages. I have some basic knowledge of some simple functional concepts like closures etc. from Lua, Go and from trying ...
0
votes
2answers
104 views
Design Pattern for Parsing LOGO Turtle Code
In wikipedia, Logo Programming is a multi-paradigm computer programming language used in education. I want to make an application like TurtleGraphicEditor (which using logo programing) using C#. I ...
0
votes
1answer
172 views
Using turtle graphics in Java?
So, I'm using a special turtle graphics set of classes in Java (but they have all the regular commands: move, paint, turn, etc.). I'm trying to draw a six-point star (which is effectively two ...
0
votes
2answers
137 views
Logo-based simple scripted 3D CAD drawing software
I am not having much luck searching the web and hope maybe to get some help here.
Is there any 3D CAD software out there, freeware, shareware, open-source, or commercial, that uses the simplified ...
0
votes
1answer
140 views
How to use conditional statements in LOGO?
? MAKE "num RANDOM 1
? IF [:num = 1] [print "Number is one.] [print "Number is zero.]
[:num = 1] is neither FALSE nor TRUE!
Why won't this work? I'm using Imagine LOGO.
0
votes
2answers
81 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