Code is speech.
Discussion
Code is art
Code is an abstraction over thoughts ..
Thoughts are abstraction over actions.
use gtk::prelude::*;
use gtk::{Label, Window, WindowType};
fn main() {
// Initialize GTK application
gtk::init().expect("Failed to initialize GTK.");
// Create a new window
let window = Window::new(WindowType::Toplevel);
window.set_title("Display Phrase");
window.set_default_size(200, 100);
// Create a label widget
let label = Label::new(Some("code is a language"));
// Add the label to the window
window.add(&label);
// Connect the 'destroy' event to quit the application
window.connect_delete_event(|_, _| {
gtk::main_quit();
Inhibit(false)
});
// Show all widgets
window.show_all();
// Start the GTK main event loop
gtk::main();
}
π₯π₯π₯π₯π₯π₯
π₯π₯π₯π₯π₯π₯
π₯π₯π₯π₯π₯π₯
π₯π₯π₯π₯π₯π₯
Code is the future β€οΈβπ₯
β¨ββ ½β£π€
if true, then I must sound retarded
yes. but code works better with PRs π
YUP
I would say Code is Logos. Speech is a human feature, Logos is Godlike
Code is poetry.
so?
Acted upon.
Freedom of code
Freedom of keyboard