Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. @RueNahcMohr@infosec

@RueNahcMohr@infosec

Scheduled Pinned Locked Moved Uncategorized
5 Posts 2 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A This user is from outside of this forum
    A This user is from outside of this forum
    aoeuidhtns@app.wafrn.net
    wrote last edited by
    #1

    @RueNahcMohr@infosec.exchange @saagar@federated.saagarjha.com

    done?:

    (use-modules (srfi srfi-1) (srfi srfi-27))
    (define (add-parens lst) 
            (if (eq? (length lst) 1)
                    lst
                    (let ((rand (+ 1 (random-integer (- (length lst) 1)))))
                            (list (add-parens (take lst rand)) (add-parens (drop lst rand))))))
    (add-parens '(l i s p)) ; => ((l) ((i) ((s) (p))))
    A 1 Reply Last reply
    0
    • A aoeuidhtns@app.wafrn.net

      @RueNahcMohr@infosec.exchange @saagar@federated.saagarjha.com

      done?:

      (use-modules (srfi srfi-1) (srfi srfi-27))
      (define (add-parens lst) 
              (if (eq? (length lst) 1)
                      lst
                      (let ((rand (+ 1 (random-integer (- (length lst) 1)))))
                              (list (add-parens (take lst rand)) (add-parens (drop lst rand))))))
      (add-parens '(l i s p)) ; => ((l) ((i) ((s) (p))))
      A This user is from outside of this forum
      A This user is from outside of this forum
      aoeuidhtns@app.wafrn.net
      wrote last edited by
      #2

      @RueNahcMohr@infosec.exchange @saagar@federated.saagarjha.com

      i guess it only works in guile

      ruenahcmohr@infosec.exchangeR 1 Reply Last reply
      0
      • A aoeuidhtns@app.wafrn.net

        @RueNahcMohr@infosec.exchange @saagar@federated.saagarjha.com

        i guess it only works in guile

        ruenahcmohr@infosec.exchangeR This user is from outside of this forum
        ruenahcmohr@infosec.exchangeR This user is from outside of this forum
        ruenahcmohr@infosec.exchange
        wrote last edited by
        #3

        @aoeuidhtns @saagar

        Link Preview Image
        A 1 Reply Last reply
        0
        • ruenahcmohr@infosec.exchangeR ruenahcmohr@infosec.exchange

          @aoeuidhtns @saagar

          Link Preview Image
          A This user is from outside of this forum
          A This user is from outside of this forum
          aoeuidhtns@app.wafrn.net
          wrote last edited by
          #4

          @RueNahcMohr@infosec.exchange @saagar@federated.saagarjha.com

          first you mock lisp, next you post an image without alt text?!

          ruenahcmohr@infosec.exchangeR 1 Reply Last reply
          0
          • A aoeuidhtns@app.wafrn.net

            @RueNahcMohr@infosec.exchange @saagar@federated.saagarjha.com

            first you mock lisp, next you post an image without alt text?!

            ruenahcmohr@infosec.exchangeR This user is from outside of this forum
            ruenahcmohr@infosec.exchangeR This user is from outside of this forum
            ruenahcmohr@infosec.exchange
            wrote last edited by
            #5

            @aoeuidhtns @saagar

            I just thought the offer to translate the post stood on its own. sometimes it provides the most hilarious out-of-context salt. :]

            1 Reply Last reply
            1
            0
            • R relay@relay.infosec.exchange shared this topic
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups