Content deleted Content added
Bluelinking 1 books for verifiability.) #IABot (v2.1alpha3 |
|||
Line 1:
{{distinguish|Symbol (computing)}}
A '''symbol''' in [[computer programming]] is a [[primitive data type]] whose [[Instance (computer science)|instances]] have a unique human-readable form. Symbols can be used as [[identifier]]s. In some [[programming languages]], they are called '''atoms'''.<ref name=pickaxe>{{cite book|last=Hunt|first=Dave Thomas ; Chad Fowler ; Andy|title=Programming Ruby the pragmatic programmers' guide ; [includes Ruby 1.8]|year=2001|publisher=The Pragmatic Bookshelf|___location=Raleigh, NC|isbn=978-0-9745140-5-5|url=
In the most trivial [[implementation]], they are essentially named [[integer]]s (e.g. the [[enumerated type]] in C).
|