Skip to content

Latest commit

 

History

History
85 lines (72 loc) · 2.67 KB

File metadata and controls

85 lines (72 loc) · 2.67 KB

Carolina Code Conference 2023

A Polyglot Conference for All Who Code

from lonely_world import small_town_girl                          # Python
send(MidnightTrain, {:anywhere, small_town_girl})                 # Elixir
city_boy = Youth.new(sex: :male, born_raised: "South Detroit")    # Ruby
MidnightTrain !  { city_boy, "anywhere" }.                        % Erlang

- tasks:                                                          # Ansible
  - name: "Awesome Guitar Solo"
    guitar: { style: solo, impact: legendary, state: present } 

smokyRoom?.Occupants?.Add(singer);                                // C#
smokyRoom.setAromas(new Aromas[]{"Wine", "Cheap Perfume"});       // Java
(when (re-find #"smile" night) (share night))                     ; Clojure
it := make([]GoesOn, 4)                                           // Go

await strangers.walk('boulevard', { directions: ['up','down'] }); // JS  
shadows.search(Time::new(night));                                 // Rust
SELECT * FROM scenes WHERE prop IN ('streetlights','people')      -- SQL
sub living() { $night =~ /emotion/; }                             # Perl

while($believing) { $feeling->holdOn(); }                         // PHP

Lines separated for code highlighting in Github

from lonely_world import small_town_girl                          # Python
send(MidnightTrain, {:anywhere, small_town_girl})                 # Elixir
city_boy = Youth.new(sex: :male, born_raised: "South Detroit")    # Ruby
MidnightTrain !  { city_boy, "anywhere" }.                        % Erlang

...

- tasks:                                                          # Ansible
  - name: "Awesome Guitar Solo"
    guitar: { style: solo, impact: legendary, state: present } 

...

smokyRoom?.Occupants?.Add(singer);                                // C#
smokyRoom.setAromas(new Aromas[]{"Wine", "Cheap Perfume"});       // Java
(when (re-find #"smile" night) (share night))                     ; Clojure
it := make([]GoesOn, 4)                                           // Go

...

await strangers.walk('boulevard', { directions: ['up','down'] }); // JS  
shadows.search(Time::new(night));                                 // Rust
SELECT * FROM scenes WHERE prop IN ('streetlights','people')      -- SQL
sub living() { $night =~ /emotion/; }                             # Perl

...

while($believing) { $feeling->holdOn(); }                         // PHP

Notice

Concept was created for use on the Carolina Code Conference 2023 T-shirt.

Copyright Brightball, Inc, all rights reserved.