Top "Symbols" questions

can refer to a letter or special character; a primitive data type in many programming languages; an item of the alphabet of a formal language.

What does the Ruby method 'to_sym' do?

What does the to_sym method do? What is it used for?

ruby string methods symbols
In Ruby what does "=>" mean and how does it work?

While learning Ruby I've come across the "=>" operator on occasion. Usually I see it in the form of :symbol =&…

ruby-on-rails ruby operators symbols hashrocket
Purpose of Scala's Symbol?

Possible Duplicate: What are some example use cases for symbol literals in Scala? What's the purpose of Symbol and why …

scala syntax language-design symbols literals
cannot find symbol in Android Studio without rebuilding project

When I try to deploy my project to the emulator the compile fails with a bunch of Cannot find symbol …

android android-studio symbols
Ubuntu and undefined symbol for SSLv2_method

Is Canonical renaming symbols in their package version of openssl, and if so for what purpose? When I compile openssl-1.0.0…

ubuntu openssl symbols ubuntu-11.10
What's the difference between a string and a symbol in Ruby?

What's the difference between a string and a symbol in Ruby and when should I use one over the other?

ruby string symbols
Duplicate symbol issues

During a refactor of an iOS project, I ran into this bear of a bug. During the linking phase, I …

iphone objective-c ipad linker symbols
What is the meaning of ∃?

Reading a book on algorithms. Can someone explain the meaning of the mathematical symbol ∃?

math symbols
Monospaced font/symbols for JTextPane

I want to build a console-like output using JTextPane. Therefore I am using a monospaced font: textpane.setFont(new Font(…

java unicode symbols jtextpane monospace
Symbol hiding in static libraries built with Xcode

I'm trying to figure out whether I can build a static library that hides all of its internal objects and …

xcode gcc obfuscation symbols