Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Does Anyone Code Using Turing, A student programming language
xboxrulz
post Aug 1 2005, 01:21 AM
Post #1


Colonel Panic
Group Icon

Group: [MODERATOR]
Posts: 2,797
Joined: 25-March 05
From: Toronto, Ontario, Canada
Member No.: 3,233



Does anyone use Turing here? It's a Delphi/Pascal based programming language developed by University of Toronto and is now owned by Holt Software in Toronto.

Sample:
var name:string
var input:string

put "Please enter your name"
get name:*
cls
put "Please enter your message: " .., input
cls
put "Your name is: ", name
put "Your message : ", input

It should accept your name and show your name and message.

xboxrulz

This post has been edited by microscopic^earthling: Aug 1 2005, 03:30 AM
Go to the top of the page
 
+Quote Post
iGuest
post Jun 8 2008, 03:04 PM
Post #2


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



just fixing up
Does Anyone Code Using Turing

Var name:string
Var input:string

Put "Please enter your name"
Get name:*
Cls
Put "Please enter your message: " .. Get input
Cls
Put "Your name is : ", name
Put "Your message : ", input


-reply by David
Go to the top of the page
 
+Quote Post
iGuest
post Jun 6 2008, 12:26 AM
Post #3


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



Turing
Does Anyone Code Using Turing

Replying to xboxrulz
Yeah. I used Turing in my Grade 10 Computer Enginering class. It is VERY simple to learn, and it's object-based (polygons, etc). Despite its simplicity, you can do some pretty cool stuff. Go to compsci.Ca for Turing help, tutorials, and submissions from other users. I find that there are alot of people there who know alot about it (maybe too much...)

-reply by pkjr92
Go to the top of the page
 
+Quote Post
iGuest
post Sep 13 2008, 08:04 PM
Post #4


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



Most grade 10 introductory to computer science class uses Turing to teach students the basics of programming. It is fairly simple and easy to understand.

Var name:string
Var input:string

Put "Please enter your name"
Get name:*
Cls
Put "Please enter your message: " .. Get input
Cls
Put "Your name is : ", name
Put "Your message : ", input

Cls isn't that necessary in the above script, there isn't really a necessity to hide the name nor input.

- Stanley
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Your Most Favourite Computer Language(84)
  2. Code To Send An Email From A Form(10)
  3. How To Save A Image In Pdf File And Download It?(10)
  4. Do You Program/code Your Own Games(11)
  5. Online Multiplayer Game(16)
  6. VB.NET: Switch Regional Language Automatically(1)
  7. Runuo Programming(4)
  8. Myspace Code Changing(10)
  9. Help A Beginner Start On With Game Programming(8)
  10. What Language Is Linux Written In ?(15)
  11. Uploading Image File Through JSP Code To Server(9)
  12. Starting Programming(15)
  13. Dynamically Change The Background Image On Mouse Effects!(3)
  14. [tutorial] Basics Of C Programming - Part 1(11)
  15. Free Code Snippets And Css Layout(14)
  1. Programming In Glut (lesson 1)(3)
  2. Programming In Glut (lesson 4)(7)
  3. phpBB avatar_path PHP Code Execution Vulnerability(5)
  4. Disable Task Manager 1 Line Code![vb6](32)
  5. C# Tutorial : Lesson 3 - Programming Constructs(1)
  6. Increase Your Knowledge Of Html Language(11)
  7. Code To Text Ratio Tool(0)
  8. Php Random Selector(2)
  9. Introduction To Programming(1)
  10. Activation Code(7)
  11. Instant Replay Code?(0)
  12. Student Starting Prolog Study(0)
  13. Site Language(9)


 



- Lo-Fi Version Time is now: 16th October 2008 - 08:12 PM