12
owlsurf
7y

If programming languages are languages how do you express love in them?

Comments
  • 5
    import love
    crush = "Crush's name"
    love.kiss(crush)
    love.date(crush)
    love.marry(crush)
  • 16
    what == love
    !baby.hurt(me)
  • 5
    var express = require("express");
    express.love();
  • 9
  • 1
    @chadd17 I love WarGames references.
  • 6
    Another xkcd
  • 3
    println("💏👨‍❤️‍💋‍👨👩‍❤️‍💋‍👩💑👨‍❤️‍👨👩‍❤️‍👩💘❤💓💕💖💗💙💚💛💜💝💞💟")
  • 4
    Express love through beautiful code.
  • 2
    @asgs oh god no
  • 1
    Go:

    package love

    import (
    "fmt"
    )

    func life(lover string) string {
    return fmt.Sprintf("%s never happened.", lover)
    }

    ...... Did you mean my love life?
  • 0
    You write comments and make proper indents
Add Comment