Tagged Questions
The alice tag has no wiki summary.
25
votes
20answers
2k views
How to get kids into programming
I have a seven year old son. He is pretty bright and I want to show him that computers are good for something beyond playing games. My end goal would be to have him use a language (See Related ...
18
votes
23answers
2k views
How and when do you teach a kid to code?
I've got a ten year old brother who desperately needs a constructive hobby and I am convinced he has the proper sort of wiring to become an adept coder. However, what he has in raw intelligence he ...
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 ...
9
votes
9answers
1k views
Is Alice a good way to teach programming?
"Alice is an innovative 3D programming environment that makes it easy to create an animation for telling a story, playing an interactive game, or a video to share on the web ..."
Is it addictive ...
7
votes
3answers
449 views
Futures in Haskell
Does Haskell have an equivalent of Alice's ability to bind a variable to a future?
val a = spawn foo;
where foo is some function.
I know Haskell supports channels and threads; I'm hoping for ...
7
votes
8answers
821 views
Alice and Scratch ages 8+, how about under 8yrs old?
I just found out about Alice and Scratch. I will be implementing those pretty soon. But, I wonder, what would be good material for kids from 1st grade thru 4th/5th?
2
votes
9answers
1k views
Alice vs Python for someone with zero experience
My brother would like to learn some programming to find out if he'd enjoy doing it. He's 16 and doesn't know much about computers in general and knows nothing about programming in particular.
I'm ...
1
vote
1answer
206 views
Are there Java libraries to do drag and drop
Are there open source libraries for Java to make implementation of drag and drop easier?
I plan to make something like the one shown below:
The program is Alice, where you can drag some elements ...
1
vote
3answers
242 views
Programming Using Alice
I am currently studying and my next subject is 'Programming Using Alice'. Has anyone had any experience using this? And how would you rate it as a learning tool?
0
votes
1answer
68 views
Store 3D objects? (Java)
I am making a program such as Alice from Carnegie Melon University using JAVA.
I am not asking about Alice! What I really want to know is HOW DO I Store 3D Graphics?
I can't seem to find a very ...
0
votes
1answer
209 views
Looking for a good AIML api in java
I'm looking for a good AIML(Artificial Intelligence Markup Language) in Java, that I could embedded in a much larger java application. It would be nice if I can use a database to store the aiml files.
...
0
votes
1answer
46 views
Alice 3 - How to get the distance behind an object
I'm making a game using Alice 3. Basically, an aeroplane flies through hoops while avoiding boats. However when the last hoop is reached, I want to aeroplane to travel 40 meters then set game_over ...
0
votes
1answer
293 views
I can't see the output of NSTask - objective-c JAVA
Here is my code:
NSTask *setupTask = [NSTask new];
[setupTask setLaunchPath:@"/bin/sh"];
[setupTask setArguments:[NSArray arrayWithObject:@"/applications/jarvis/brain/server.sh"]];
[setupTask ...
0
votes
0answers
274 views
Programming with Alice, not working with Arch Linux
I'm having trouble running Alice 2.0 on Arch. I figure I'd ask here because of the number of programmers here who may have experience with either Java or Alice on Linux. When I was running Ubuntu ...