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.
0
votes
1answer
253 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 ...
2
votes
2answers
713 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.
...
7
votes
3answers
733 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 ...
0
votes
1answer
507 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 ...
3
votes
2answers
487 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 ...
10
votes
4answers
532 views
Learning programming language concepts [closed]
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 ...
0
votes
0answers
405 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 ...
8
votes
8answers
2k 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
2k 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 ...
9
votes
8answers
3k 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 ...
1
vote
3answers
328 views
How useful is Alice as a learning tool?
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?
29
votes
20answers
4k views
How to get kids into programming [closed]
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 ...