Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: S K S

    This author has written 1787 articles
    1. Home>
    2. S K S>
    3. Page 33

    Clojure – Reference Values

    • Post author:S K S
    • Post published:October 29, 2021
    • Post category:Clojure
    • Post comments:1 Comment

    In this guide, we will discuss Clojure Reference Values. Reference values are another way Clojure can work with the demand to have mutable variables. Clojure provides mutable data types such as…

    Continue ReadingClojure – Reference Values

    Clojure – Macros

    • Post author:S K S
    • Post published:October 29, 2021
    • Post category:Clojure
    • Post comments:2 Comments

    In this guide, we will discuss Clojure Macros. In any language, Macros are used to generate inline code. Clojure is no exception and provides simple macro facilities for developers. Macros are used…

    Continue ReadingClojure – Macros

    Clojure – Watchers

    • Post author:S K S
    • Post published:October 29, 2021
    • Post category:Clojure
    • Post comments:1 Comment

    In this guide, we will discuss Clojure Watchers. Watchers are functions added to variable types such as atoms and reference variables which get invoked when a value of the variable type…

    Continue ReadingClojure – Watchers

    Clojure – agent-error

    • Post author:S K S
    • Post published:October 29, 2021
    • Post category:Clojure
    • Post comments:0 Comments

    In this guide, we will discuss Clojure agent-error. Returns the exception thrown during an asynchronous action of the agent, if the agent fails. Returns nil if the agent does not…

    Continue ReadingClojure – agent-error

    Clojure – await

    • Post author:S K S
    • Post published:October 29, 2021
    • Post category:Clojure
    • Post comments:2 Comments

    In this guide, we will discuss Clojure await. Blocks the current thread (indefinitely!) until all actions dispatched thus far, from this thread or agent, to the agent(s) have occurred. Will…

    Continue ReadingClojure – await

    Clojure – await-for

    • Post author:S K S
    • Post published:October 29, 2021
    • Post category:Clojure
    • Post comments:2 Comments

    In this guide, we will discuss Clojure await-for. Since there is a delay when a value of an agent is updated, Clojure provided a ‘await-for’ function which is used to…

    Continue ReadingClojure – await-for

    Clojure – send-off

    • Post author:S K S
    • Post published:October 29, 2021
    • Post category:Clojure
    • Post comments:2 Comments

    In this guide, we will discuss Clojure send-off. There are instances wherein an agent is assigned a function which is blocking in nature. A simple example is, consider you are…

    Continue ReadingClojure – send-off

    Clojure – shutdown-agents

    • Post author:S K S
    • Post published:October 29, 2021
    • Post category:Clojure
    • Post comments:2 Comments

    In this guide, we will discuss Clojure Shutdown-agents. This function is used to shut down any running agents. Syntax Following is the syntax. (shutdown-agents) Parameters − None. Return Value − None. Example…

    Continue ReadingClojure – shutdown-agents

    Clojure – send

    • Post author:S K S
    • Post published:October 29, 2021
    • Post category:Clojure
    • Post comments:2 Comments

    In this guide, we will discuss Clojure send. This function is used to send across a value to the agent. Syntax Following is the syntax. (send agentname function value) Parameters −…

    Continue ReadingClojure – send

    Clojure – agent

    • Post author:S K S
    • Post published:October 29, 2021
    • Post category:Clojure
    • Post comments:2 Comments

    In this guide, we will discuss Clojure agent. An agent is created by using the agent command. Syntax Following is the syntax. (agent state) Parameters − ‘state’ is the initial state…

    Continue ReadingClojure – agent
    • Go to the previous page
    • 1
    • …
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • …
    • 179
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP