about summary refs log tree commit diff stats
path: root/factorial.mu
Commit message (Expand)AuthorAgeFilesLines
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-1/+1
* 4009Kartik K. Agaram2017-10-041-2/+6
* 4002Kartik K. Agaram2017-09-231-6/+2
* 3483Kartik K. Agaram2016-10-081-1/+1
* 3380Kartik K. Agaram2016-09-171-5/+5
* 2735 - define recipes using 'def'Kartik K. Agaram2016-03-081-3/+3
* 2426Kartik K. Agaram2015-11-111-4/+3
* 1880 - switch .mu files to new type-deducing idiomKartik K. Agaram2015-07-291-7/+7
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-5/+5
* 1780 - now we always reclaim local scopesKartik K. Agaram2015-07-131-2/+2
* 1773 - update all mu recipes to new-default-spaceKartik K. Agaram2015-07-131-2/+2
* 1663Kartik K. Agaram2015-06-251-1/+1
* 1469Kartik K. Agaram2015-05-261-2/+2
* 1442Kartik K. Agaram2015-05-231-1/+1
* 1363 - rename 'integer' to 'number'Kartik K. Agaram2015-05-131-9/+9
* 1298 - better ingredient/product handlingKartik K. Agaram2015-05-071-3/+1
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-20/+34
* 690 - convention: '$' commands for debugging onlyKartik K. Agaram2015-02-011-2/+2
* 578 - switch to non-polymorphic 'print' functionsKartik K. Agaram2015-01-171-1/+1
* 574 - printing string literals is a hack; hard-code it in for nowKartik K. Agaram2015-01-161-2/+2
* 571 - screen primitives take an explicit terminalKartik K. Agaram2015-01-151-3/+3
* 497 - strengthen the concept of 'space'Kartik K. Agaram2015-01-021-1/+1
* 428 - cleanup odds and endsKartik K. Agaram2014-12-141-13/+13
* 403 - 'function' is more clear than 'def'Kartik K. Agaram2014-12-121-2/+2
* 401 - stop abbreviating opsKartik K. Agaram2014-12-121-4/+4
* 314 - better syntax for functionsKartik K. Agaram2014-11-241-4/+6
* 307Kartik K. Agaram2014-11-231-1/+4
* 269Kartik K. Agaram2014-11-181-0/+2
* 268 - recursive function: factorialKartik K. Agaram2014-11-171-0/+15
> 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396