mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	more and better samples for Nu, Racket, Scala
- 99 bottles of beer is more substantial than hello world - also fixed chmod 755 on several .script! files
This commit is contained in:
		| @@ -169,6 +169,7 @@ | |||||||
|       ".nsi" |       ".nsi" | ||||||
|     ], |     ], | ||||||
|     "Nu": [ |     "Nu": [ | ||||||
|  |       ".nu", | ||||||
|       ".script!" |       ".script!" | ||||||
|     ], |     ], | ||||||
|     "Objective-C": [ |     "Objective-C": [ | ||||||
| @@ -379,8 +380,8 @@ | |||||||
|       ".gemrc" |       ".gemrc" | ||||||
|     ] |     ] | ||||||
|   }, |   }, | ||||||
|   "tokens_total": 357870, |   "tokens_total": 358215, | ||||||
|   "languages_total": 421, |   "languages_total": 424, | ||||||
|   "tokens": { |   "tokens": { | ||||||
|     "ABAP": { |     "ABAP": { | ||||||
|       "*/**": 1, |       "*/**": 1, | ||||||
| @@ -25690,9 +25691,67 @@ | |||||||
|     }, |     }, | ||||||
|     "Nu": { |     "Nu": { | ||||||
|       "SHEBANG#!nush": 1, |       "SHEBANG#!nush": 1, | ||||||
|       "(": 1, |       "(": 14, | ||||||
|       "puts": 1, |       "puts": 1, | ||||||
|       ")": 1 |       ")": 14, | ||||||
|  |       ";": 22, | ||||||
|  |       "main.nu": 1, | ||||||
|  |       "Entry": 1, | ||||||
|  |       "point": 1, | ||||||
|  |       "for": 1, | ||||||
|  |       "a": 1, | ||||||
|  |       "Nu": 1, | ||||||
|  |       "program.": 1, | ||||||
|  |       "Copyright": 1, | ||||||
|  |       "c": 1, | ||||||
|  |       "Tim": 1, | ||||||
|  |       "Burks": 1, | ||||||
|  |       "Neon": 1, | ||||||
|  |       "Design": 1, | ||||||
|  |       "Technology": 1, | ||||||
|  |       "Inc.": 1, | ||||||
|  |       "load": 4, | ||||||
|  |       "basics": 1, | ||||||
|  |       "cocoa": 1, | ||||||
|  |       "definitions": 1, | ||||||
|  |       "menu": 1, | ||||||
|  |       "generation": 1, | ||||||
|  |       "Aaron": 1, | ||||||
|  |       "Hillegass": 1, | ||||||
|  |       "t": 1, | ||||||
|  |       "retain": 1, | ||||||
|  |       "it.": 1, | ||||||
|  |       "NSApplication": 2, | ||||||
|  |       "sharedApplication": 2, | ||||||
|  |       "setDelegate": 1, | ||||||
|  |       "set": 1, | ||||||
|  |       "delegate": 1, | ||||||
|  |       "ApplicationDelegate": 1, | ||||||
|  |       "alloc": 1, | ||||||
|  |       "init": 1, | ||||||
|  |       "this": 1, | ||||||
|  |       "makes": 1, | ||||||
|  |       "the": 3, | ||||||
|  |       "application": 1, | ||||||
|  |       "window": 1, | ||||||
|  |       "take": 1, | ||||||
|  |       "focus": 1, | ||||||
|  |       "when": 1, | ||||||
|  |       "we": 1, | ||||||
|  |       "ve": 1, | ||||||
|  |       "started": 1, | ||||||
|  |       "it": 1, | ||||||
|  |       "from": 1, | ||||||
|  |       "terminal": 1, | ||||||
|  |       "activateIgnoringOtherApps": 1, | ||||||
|  |       "YES": 1, | ||||||
|  |       "run": 1, | ||||||
|  |       "main": 1, | ||||||
|  |       "Cocoa": 1, | ||||||
|  |       "event": 1, | ||||||
|  |       "loop": 1, | ||||||
|  |       "NSApplicationMain": 1, | ||||||
|  |       "nil": 1 | ||||||
|     }, |     }, | ||||||
|     "Objective-C": { |     "Objective-C": { | ||||||
|       "//": 317, |       "//": 317, | ||||||
| @@ -32842,25 +32901,54 @@ | |||||||
|       "}": 1 |       "}": 1 | ||||||
|     }, |     }, | ||||||
|     "Racket": { |     "Racket": { | ||||||
|  |       ";": 3, | ||||||
|  |       "Clean": 1, | ||||||
|  |       "simple": 1, | ||||||
|  |       "and": 1, | ||||||
|  |       "efficient": 1, | ||||||
|  |       "code": 1, | ||||||
|  |       "-": 100, | ||||||
|  |       "that": 2, | ||||||
|  |       "s": 1, | ||||||
|  |       "the": 3, | ||||||
|  |       "power": 1, | ||||||
|  |       "of": 4, | ||||||
|  |       "Racket": 2, | ||||||
|  |       "http": 1, | ||||||
|  |       "//racket": 1, | ||||||
|  |       "lang.org/": 1, | ||||||
|  |       "(": 25, | ||||||
|  |       "define": 1, | ||||||
|  |       "bottles": 4, | ||||||
|  |       "n": 8, | ||||||
|  |       "more": 2, | ||||||
|  |       ")": 25, | ||||||
|  |       "printf": 2, | ||||||
|  |       "case": 1, | ||||||
|  |       "[": 16, | ||||||
|  |       "]": 16, | ||||||
|  |       "else": 1, | ||||||
|  |       "if": 1, | ||||||
|  |       "for": 3, | ||||||
|  |       "in": 3, | ||||||
|  |       "range": 1, | ||||||
|  |       "sub1": 1, | ||||||
|  |       "displayln": 2, | ||||||
|       "SHEBANG#!sh": 1, |       "SHEBANG#!sh": 1, | ||||||
|       "#": 2, |       "#": 2, | ||||||
|       "|": 2, |       "|": 2, | ||||||
|       "-": 95, |  | ||||||
|       "*": 2, |       "*": 2, | ||||||
|       "scheme": 1, |       "scheme": 1, | ||||||
|       "exec": 1, |       "exec": 1, | ||||||
|       "racket": 1, |       "racket": 1, | ||||||
|       "um": 1, |       "um": 1, | ||||||
|       "(": 7, |  | ||||||
|       "require": 2, |       "require": 2, | ||||||
|       "racket/file": 1, |       "racket/file": 1, | ||||||
|       "racket/path": 1, |       "racket/path": 1, | ||||||
|       "racket/list": 1, |       "racket/list": 1, | ||||||
|       "racket/string": 1, |       "racket/string": 1, | ||||||
|       "for": 2, |  | ||||||
|       "syntax": 1, |       "syntax": 1, | ||||||
|       "racket/base": 1, |       "racket/base": 1, | ||||||
|       ")": 7, |  | ||||||
|       "#lang": 1, |       "#lang": 1, | ||||||
|       "scribble/manual": 1, |       "scribble/manual": 1, | ||||||
|       "@": 3, |       "@": 3, | ||||||
| @@ -32869,17 +32957,13 @@ | |||||||
|       "{": 2, |       "{": 2, | ||||||
|       "Scribble": 3, |       "Scribble": 3, | ||||||
|       "The": 1, |       "The": 1, | ||||||
|       "Racket": 1, |  | ||||||
|       "Documentation": 1, |       "Documentation": 1, | ||||||
|       "Tool": 1, |       "Tool": 1, | ||||||
|       "}": 2, |       "}": 2, | ||||||
|       "@author": 1, |       "@author": 1, | ||||||
|       "[": 12, |  | ||||||
|       "]": 12, |  | ||||||
|       "is": 3, |       "is": 3, | ||||||
|       "a": 1, |       "a": 1, | ||||||
|       "collection": 1, |       "collection": 1, | ||||||
|       "of": 3, |  | ||||||
|       "tools": 1, |       "tools": 1, | ||||||
|       "creating": 1, |       "creating": 1, | ||||||
|       "prose": 2, |       "prose": 2, | ||||||
| @@ -32889,7 +32973,6 @@ | |||||||
|       "library": 1, |       "library": 1, | ||||||
|       "documentation": 1, |       "documentation": 1, | ||||||
|       "etc.": 1, |       "etc.": 1, | ||||||
|       "in": 2, |  | ||||||
|       "HTML": 1, |       "HTML": 1, | ||||||
|       "or": 2, |       "or": 2, | ||||||
|       "PDF": 1, |       "PDF": 1, | ||||||
| @@ -32902,13 +32985,11 @@ | |||||||
|       "you": 1, |       "you": 1, | ||||||
|       "write": 1, |       "write": 1, | ||||||
|       "programs": 1, |       "programs": 1, | ||||||
|       "that": 1, |  | ||||||
|       "are": 1, |       "are": 1, | ||||||
|       "rich": 1, |       "rich": 1, | ||||||
|       "textual": 1, |       "textual": 1, | ||||||
|       "content": 2, |       "content": 2, | ||||||
|       "whether": 1, |       "whether": 1, | ||||||
|       "the": 2, |  | ||||||
|       "to": 2, |       "to": 2, | ||||||
|       "be": 2, |       "be": 2, | ||||||
|       "typeset": 1, |       "typeset": 1, | ||||||
| @@ -32940,7 +33021,6 @@ | |||||||
|       "file.": 1, |       "file.": 1, | ||||||
|       "@table": 1, |       "@table": 1, | ||||||
|       "contents": 1, |       "contents": 1, | ||||||
|       ";": 1, |  | ||||||
|       "@include": 8, |       "@include": 8, | ||||||
|       "section": 9, |       "section": 9, | ||||||
|       "@index": 1 |       "@index": 1 | ||||||
| @@ -34515,20 +34595,58 @@ | |||||||
|       "/": 2 |       "/": 2 | ||||||
|     }, |     }, | ||||||
|     "Scala": { |     "Scala": { | ||||||
|  |       "SHEBANG#!sh": 2, | ||||||
|  |       "exec": 2, | ||||||
|  |       "scala": 2, | ||||||
|  |       "#": 2, | ||||||
|  |       "object": 2, | ||||||
|  |       "Beers": 1, | ||||||
|  |       "extends": 1, | ||||||
|  |       "Application": 1, | ||||||
|  |       "{": 10, | ||||||
|  |       "def": 7, | ||||||
|  |       "bottles": 3, | ||||||
|  |       "(": 34, | ||||||
|  |       "qty": 12, | ||||||
|  |       "Int": 3, | ||||||
|  |       "f": 4, | ||||||
|  |       "String": 5, | ||||||
|  |       ")": 34, | ||||||
|  |       "//": 4, | ||||||
|  |       "higher": 1, | ||||||
|  |       "-": 4, | ||||||
|  |       "order": 1, | ||||||
|  |       "functions": 2, | ||||||
|  |       "match": 2, | ||||||
|  |       "case": 5, | ||||||
|  |       "+": 29, | ||||||
|  |       "x": 3, | ||||||
|  |       "}": 11, | ||||||
|  |       "beers": 3, | ||||||
|  |       "sing": 3, | ||||||
|  |       "implicit": 3, | ||||||
|  |       "song": 3, | ||||||
|  |       "takeOne": 2, | ||||||
|  |       "nextQty": 2, | ||||||
|  |       "nested": 1, | ||||||
|  |       "if": 2, | ||||||
|  |       "else": 2, | ||||||
|  |       "refrain": 2, | ||||||
|  |       ".capitalize": 1, | ||||||
|  |       "tail": 1, | ||||||
|  |       "recursion": 1, | ||||||
|  |       "val": 2, | ||||||
|  |       "headOfSong": 1, | ||||||
|  |       "println": 2, | ||||||
|  |       "parameter": 1, | ||||||
|       "name": 4, |       "name": 4, | ||||||
|       "version": 1, |       "version": 1, | ||||||
|       "organization": 1, |       "organization": 1, | ||||||
|       "libraryDependencies": 3, |       "libraryDependencies": 3, | ||||||
|       "+": 17, |  | ||||||
|       "%": 12, |       "%": 12, | ||||||
|       "Seq": 3, |       "Seq": 3, | ||||||
|       "(": 20, |  | ||||||
|       ")": 20, |  | ||||||
|       "{": 5, |  | ||||||
|       "val": 1, |  | ||||||
|       "libosmVersion": 4, |       "libosmVersion": 4, | ||||||
|       "from": 1, |       "from": 1, | ||||||
|       "}": 6, |  | ||||||
|       "maxErrors": 1, |       "maxErrors": 1, | ||||||
|       "pollInterval": 1, |       "pollInterval": 1, | ||||||
|       "javacOptions": 1, |       "javacOptions": 1, | ||||||
| @@ -34628,20 +34746,12 @@ | |||||||
|       "Credentials": 2, |       "Credentials": 2, | ||||||
|       "Path.userHome": 1, |       "Path.userHome": 1, | ||||||
|       "/": 2, |       "/": 2, | ||||||
|       "SHEBANG#!sh": 1, |  | ||||||
|       "exec": 1, |  | ||||||
|       "scala": 1, |  | ||||||
|       "#": 1, |  | ||||||
|       "object": 1, |  | ||||||
|       "HelloWorld": 1, |       "HelloWorld": 1, | ||||||
|       "def": 1, |  | ||||||
|       "main": 1, |       "main": 1, | ||||||
|       "args": 1, |       "args": 1, | ||||||
|       "Array": 1, |       "Array": 1, | ||||||
|       "[": 1, |       "[": 1, | ||||||
|       "String": 1, |       "]": 1 | ||||||
|       "]": 1, |  | ||||||
|       "println": 1 |  | ||||||
|     }, |     }, | ||||||
|     "Scheme": { |     "Scheme": { | ||||||
|       "(": 359, |       "(": 359, | ||||||
| @@ -38378,7 +38488,7 @@ | |||||||
|     "Nginx": 179, |     "Nginx": 179, | ||||||
|     "Nimrod": 1, |     "Nimrod": 1, | ||||||
|     "NSIS": 725, |     "NSIS": 725, | ||||||
|     "Nu": 4, |     "Nu": 116, | ||||||
|     "Objective-C": 26518, |     "Objective-C": 26518, | ||||||
|     "OCaml": 382, |     "OCaml": 382, | ||||||
|     "Omgrofl": 57, |     "Omgrofl": 57, | ||||||
| @@ -38395,13 +38505,13 @@ | |||||||
|     "Prolog": 4040, |     "Prolog": 4040, | ||||||
|     "Python": 4088, |     "Python": 4088, | ||||||
|     "R": 14, |     "R": 14, | ||||||
|     "Racket": 269, |     "Racket": 360, | ||||||
|     "Ragel in Ruby Host": 593, |     "Ragel in Ruby Host": 593, | ||||||
|     "Rebol": 11, |     "Rebol": 11, | ||||||
|     "Ruby": 3854, |     "Ruby": 3854, | ||||||
|     "Rust": 3566, |     "Rust": 3566, | ||||||
|     "Sass": 28, |     "Sass": 28, | ||||||
|     "Scala": 278, |     "Scala": 420, | ||||||
|     "Scheme": 3478, |     "Scheme": 3478, | ||||||
|     "Scilab": 69, |     "Scilab": 69, | ||||||
|     "SCSS": 39, |     "SCSS": 39, | ||||||
| @@ -38478,7 +38588,7 @@ | |||||||
|     "Nginx": 1, |     "Nginx": 1, | ||||||
|     "Nimrod": 1, |     "Nimrod": 1, | ||||||
|     "NSIS": 2, |     "NSIS": 2, | ||||||
|     "Nu": 1, |     "Nu": 2, | ||||||
|     "Objective-C": 19, |     "Objective-C": 19, | ||||||
|     "OCaml": 2, |     "OCaml": 2, | ||||||
|     "Omgrofl": 1, |     "Omgrofl": 1, | ||||||
| @@ -38495,13 +38605,13 @@ | |||||||
|     "Prolog": 6, |     "Prolog": 6, | ||||||
|     "Python": 5, |     "Python": 5, | ||||||
|     "R": 1, |     "R": 1, | ||||||
|     "Racket": 2, |     "Racket": 3, | ||||||
|     "Ragel in Ruby Host": 3, |     "Ragel in Ruby Host": 3, | ||||||
|     "Rebol": 1, |     "Rebol": 1, | ||||||
|     "Ruby": 16, |     "Ruby": 16, | ||||||
|     "Rust": 1, |     "Rust": 1, | ||||||
|     "Sass": 1, |     "Sass": 1, | ||||||
|     "Scala": 2, |     "Scala": 3, | ||||||
|     "Scheme": 1, |     "Scheme": 1, | ||||||
|     "Scilab": 3, |     "Scilab": 3, | ||||||
|     "SCSS": 1, |     "SCSS": 1, | ||||||
| @@ -38525,5 +38635,5 @@ | |||||||
|     "Xtend": 2, |     "Xtend": 2, | ||||||
|     "YAML": 1 |     "YAML": 1 | ||||||
|   }, |   }, | ||||||
|   "md5": "b7833db14f1bfbdce7124fe6f9cff95f" |   "md5": "60253432196336ca0df1d8d79a7f16ad" | ||||||
| } | } | ||||||
							
								
								
									
										0
									
								
								samples/JavaScript/js2.script!
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										0
									
								
								samples/JavaScript/js2.script!
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
								
								
									
										27
									
								
								samples/Nu/RandomApp.nu
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								samples/Nu/RandomApp.nu
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,27 @@ | |||||||
|  | ;; main.nu | ||||||
|  | ;;  Entry point for a Nu program. | ||||||
|  | ;; | ||||||
|  | ;;  Copyright (c) 2007 Tim Burks, Neon Design Technology, Inc. | ||||||
|  |  | ||||||
|  | (load "Nu:nu")     ;; basics | ||||||
|  | (load "Nu:cocoa")  ;; cocoa definitions | ||||||
|  | (load "Nu:menu")   ;; menu generation | ||||||
|  | (load "randomapp") ;; Aaron Hillegass' famous example | ||||||
|  |  | ||||||
|  | ;; define the application delegate class | ||||||
|  | (class ApplicationDelegate is NSObject | ||||||
|  |      (imethod (void) applicationDidFinishLaunching: (id) sender is | ||||||
|  |           (build-menu default-application-menu "RandomApp") | ||||||
|  |           (set $random ((RandomAppWindowController alloc) init)))) | ||||||
|  |  | ||||||
|  | ;; install the delegate and keep a reference to it since  | ||||||
|  | ;; the application won't retain it. | ||||||
|  | ((NSApplication sharedApplication) setDelegate: | ||||||
|  |     (set delegate ((ApplicationDelegate alloc) init))) | ||||||
|  |  | ||||||
|  | ;; this makes the application window take focus when | ||||||
|  | ;;  we've started it from the terminal | ||||||
|  | ((NSApplication sharedApplication) activateIgnoringOtherApps:YES) | ||||||
|  |  | ||||||
|  | ;; run the main Cocoa event loop | ||||||
|  | (NSApplicationMain 0 nil) | ||||||
							
								
								
									
										0
									
								
								samples/PHP/php-script.script!
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										0
									
								
								samples/PHP/php-script.script!
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
								
								
									
										0
									
								
								samples/PHP/php.script!
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										0
									
								
								samples/PHP/php.script!
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
								
								
									
										17
									
								
								samples/Racket/99-bottles-of-beer.scrbl
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								samples/Racket/99-bottles-of-beer.scrbl
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | ; Clean, simple and efficient code -- that's the power of Racket! | ||||||
|  | ; http://racket-lang.org/ | ||||||
|  |  | ||||||
|  | (define (bottles n more) | ||||||
|  |   (printf "~a bottle~a of beer~a" | ||||||
|  |           (case n [(0) "no more"] [(1) "1"] [else n]) | ||||||
|  |           (if (= n 1) "" "s") | ||||||
|  |           more)) | ||||||
|  |  | ||||||
|  | (for ([n (in-range 99 0 -1)]) | ||||||
|  |   (bottles n " on the wall, ") | ||||||
|  |   (bottles n ".\n") | ||||||
|  |   (printf "Take one down and pass it around, ") | ||||||
|  |   (bottles (sub1 n) " on the wall.\n\n")) | ||||||
|  |  | ||||||
|  | (displayln "No more bottles of beer on the wall, no more bottles of beer.") | ||||||
|  | (displayln "Go to the store and buy some more, 99 bottles of beer on the wall.") | ||||||
							
								
								
									
										0
									
								
								samples/Ruby/ruby2.script!
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										0
									
								
								samples/Ruby/ruby2.script!
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
								
								
									
										40
									
								
								samples/Scala/99-bottles-of-beer.script!
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										40
									
								
								samples/Scala/99-bottles-of-beer.script!
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,40 @@ | |||||||
|  | #!/bin/sh | ||||||
|  | exec scala "$0" "$@" | ||||||
|  | !# | ||||||
|  |  | ||||||
|  | object Beers extends Application { | ||||||
|  |  | ||||||
|  | 	def bottles(qty : Int, f : => String) = // higher-order functions | ||||||
|  | 		qty match { | ||||||
|  | 			case 0 => "no more bottles of beer" + f | ||||||
|  | 			case 1 => "1 bottle of beer" + f | ||||||
|  | 			case x => x + " bottles of beer" + f | ||||||
|  | 		} | ||||||
|  |  | ||||||
|  | 	def beers(qty : Int) = bottles(qty, " on the wall.") | ||||||
|  |  | ||||||
|  | 	def sing(qty : Int)(implicit song : String) : String = { | ||||||
|  | 		def takeOne = | ||||||
|  | 			qty match { | ||||||
|  | 				case 0 => "Go to the store and buy some more." | ||||||
|  | 				case x => "Take one down and pass it around." | ||||||
|  | 			} | ||||||
|  |  | ||||||
|  | 		def nextQty = // nested functions | ||||||
|  | 			if (qty == 0) 99 | ||||||
|  | 			else qty - 1 | ||||||
|  |  | ||||||
|  | 		def refrain = { | ||||||
|  | 			beers(qty).capitalize + " " + bottles(qty, "") + ".\n" + | ||||||
|  | 			takeOne + " " + beers(nextQty) + "\n\n" | ||||||
|  | 		} | ||||||
|  |  | ||||||
|  | 		if (qty == -1) song | ||||||
|  | 		else sing(qty - 1)(song + refrain) // tail recursion | ||||||
|  | 	} | ||||||
|  |  | ||||||
|  | 	implicit val headOfSong : String = "" | ||||||
|  |  | ||||||
|  | 	println(sing(99)) // implicit parameter | ||||||
|  |  | ||||||
|  | } | ||||||
							
								
								
									
										0
									
								
								samples/Shell/plugin.script!
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										0
									
								
								samples/Shell/plugin.script!
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
		Reference in New Issue
	
	Block a user