Skip to main content

Syntactisexual 

a person who is sexually attracted to computer program instructions (code)
"Have you seen the hot new syntax for database migrations in Rails 2.0? They're sexy!

Pre rails 2.0 migration:
create_table :people do |t|
t.column, "account_id", :integer
t.column, "first_name", :string, :null => false
t.column, "last_name", :string, :null => false
t.column, "description", :text
t.column, "created_at", :datetime
t.column, "updated_at", :datetime
end

Post Rails 2.0 migration:
create_table :people do |t|
t.integer :account_id
t.string :first_name, :last_name, :null => false
t.text :description
t.timestamps
end

"You're such a syntactisexual"
Syntactisexual by Ryan Hanks February 19, 2008
Related Words

syntactical 

the way words are put together to form sentences...good sentence structure.
"Write with syntactical and grammatical competence and spell correctly."
syntactical by Sabra Stepanian November 16, 2006