Skip to content

Instantly share code, notes, and snippets.

View faridiot's full-sized avatar

@faridiot faridiot

View GitHub Profile

The CoffeeScript Wiki

This wiki is a work-in-progress containing some useful lists and how-tos on advanced CoffeeScript topics. It does not contain authoritative documentation on the language. If you're just getting started with CoffeeScript, the best free resource is the official site. There are also several books: The Little Book on CoffeeScript, Smooth CoffeeScript, CoffeeScript: Accelerated JavaScript Development, CoffeeScript Ristretto, and Programming in CoffeeScript, and cheat sheets at Cheatography.

For general discussions and questions about CoffeeScript, see the Google Group

CoffeeScript is a little language that compiles into JavaScript.

Installation

If you have the node package manager, npm, installed:

npm install -g coffee-script

Instructions for Logging Issues

1. Read the FAQ

Please read the FAQ before logging new issues, even if you think you have found a bug.

Issues that ask questions answered in the FAQ will be closed without elaboration.

2. Search for Duplicates

Build Status npm version Downloads

TypeScript

Join the chat at https://gitter.im/Microsoft/TypeScript

TypeScript is a language for application-scale JavaScript. TypeScript adds optional types, classes, and modules to JavaScript. TypeScript supports tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to readable, standards-based JavaScript. Try it out at the playground, and stay up to date via [our blog](http://blogs.msdn.com/typ

Copyright (c) 2010 The Rust Project Developers

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following

Version 1.10.0 (2016-07-07)

Language

  • [Allow concat_idents! in type positions as well as in expression positions] (rust-lang/rust#33735).
  • [Copy types are required to have a trivial implementation of Clone]

The Rust Programming Language

This is the main source code repository for Rust. It contains the compiler, standard library, and documentation.

Quick Start

Read ["Installing Rust"] from [The Book].