Skip to main content
to emit

to emit

9 6.0
Send out an event or signal so other parts can respond
  • verb
  • /ɪˈmɪt/
  • Specialized
translation icon : emitir
  • The synthesizer emits the terms in compiler intermediate representation; the standard compiler then processes them along with the rest of the code.
  • light-emitting
  • emitting diode

So my compilers now don't go to a specific binary in one step, they emit Z code.

Autoplay Next

Examples

  • A GPS speaking NMEA emits sentences like this onto the wire, usually in once-per-second bursts.

    Blog text (1)
  • Researchers at the Swiss Federal Institute of Technology in Lausanne have developed a swarm of small and lightweight flying robots, each equipped with a module in the wing to emit a wireless signal and enable communication among rescuers in disaster areas.

    Academic text (2011)
  • After which, we will emit a very special signal.

  • When you get it, your brain emits a signal.

  • The exchange covers approximately 10,500 sites, which emit about 40 percent of the region's greenhouse gases.

    Academic text (2009)
  • Each allowance is equal to the right to emit one ton of SO2 in a given year or thereafter.

    Academic text (2000)
  • This pen emits a small beeping noise whenever it detects microwaves.

  • Astronomers were delighted to discover that Jupiter emits a prodigious quantity of radio waves.

    Academic text (2000)
  • On farmland, microbes emit it as they feed on nitrogen fertilizers and manure.

    Academic text (1997)
  • In the software update, the system will emit a notification to all users when the process is complete.

Synonyms

to set off
vsto emit
131 3.1

To cause something to start or happen

triggers a program event or sends a signal for other parts to respond

Surface Forms

emit infinitive
emitted past
emitted past participle
emitting present participle
emits third person singular

Etymology

Emit in computing keeps the same idea: it comes from the Latin parts e- 'out' and mittere 'to send', so to emit an event is to 'send out' a signal for other parts to respond. Imagine a program part that emits a notice and other parts listen and act on it.