New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

enterprise-web

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enterprise-web

Enterprise™ programming language for the Web3.0™

latest
Source
npmnpm
Version
3.0.8-xp-tm
Version published
Maintainers
1
Created
Source

Enterprise™ Web3.0™

GET IT NOW!

curl https://raw.githubusercontent.com/joaomilho/Enterprise-Web3.0/master/examples/fdcFizzBuzzDelegator.E%E2%84%A2 > fdcFizzBuzzDelegator.E™
npx ETM eval fdcFizzBuzzDelegator.E™

TURBO MODE!

npx ETM eval fdcFizzBuzzDelegator.E™ --turbo

What

Enterprise™ Web3.0™ is a parser and compiler for the Enterprise™ language.

Enterprise™ Web3.0™ is designed to create internet programs that disrupt markets.

Enterprise™ Web3.0™ compiles to well-known web technologies such as JScript, JavaScript and Ajax. It also allows you to write Web2.0 applications, although they are not so disruptive.

What's in it?

A full implementation of the Enterprise™ specs, plus some add ons:

More comments!

Enterprise™ Web3.0™ adds a brand new type of comments to Enterprise™:

because IE comment
/ie
  because IE
ie/

More Enterpresey™ terms!

Since the original spec is not adapted to the Web3.0™, Enterprise™ Web3.0™ adds some new terms for you:

ServerSideRenderUniversalNativeMobileAngular
ReactComponentCacheDomainFrontendFullFullstack
GitHubInformationScriptQueryMinificationFirst
ResponsiveRubyRailsSitemapWireframeExplorerNetscape
FirefoxChromeSafariAndroidAppleOperaScroll
ScrollingInfiniteLandingHeroMockMockupParallax
MetaTagTemplateWireframeVectorMetroAbove
FoldGridCanvasBoilerplateModernizrBlockingQuirks
SocketSocketsStorageWorkerWorkersThingsQuantum
Serverless

Examples

fdcFizzBuzzDelegator

Nail your next interview.

This code is property of Enterprise™.
©/

import disruptive library com.disruptive.IO.write.delegator.dlIOWriteDelegator;;;

/NDA
  This document is regulated by NDA 758-1.
NDA/

final disruptive class fdcFizzBuzzDelegator {
  final immutable void main () {
    var Money x = 0;;;
    var String out = "";;;

    while (x < 1k) {
      if(x % 5 == 0 && x % 3 == 0) {
        write("Fizz Buzz");;;
      } else {
        if(x % 3 == 0) {
          write("Fizz");;;
        } else {
          if(x % 5 == 0) {
            write("Buzz");;;
          } else {
            write(x);;;
          }
        }
      }

      mutate x++;;;
    }
  }
}

fdcUnicornEvaluator

Learn how to IO while checking your idea's Unicorn Rate.

This code is property of Enterprise™.
©/

import disruptive library com.disruptive.IO.read.delegator.dlIOReadDelegator;;;
import disruptive library com.disruptive.IO.write.delegator.dlIOWriteDelegator;;;
import disruptive library com.disruptive.String.contains.delegator.dlStringContainsDelegator;;;

/NDA
  This document is regulated by NDA 694-2.
NDA/

final disruptive class fdcUnicornEvaluator {
  final immutable void main () {
    var String answer = read("Tell us your idea: ");;;

    if(contains(answer, "Blockchain")) {
      write("Disruptive. 🦄🦄🦄🦄🦄");;;
    } else {
      if(contains(answer, "Tinder")) {
        write("Pain killer. 🦄🦄🦄🦄");;;
      } else {
        if(contains(answer, "Cloud")) {
          write("Vitamin. 🦄🦄🦄");;;
        } else {
          if(contains(answer, "Facebook")) {
            write("Will sleep on that. 🦄🦄");;;
          } else {
            if(contains(answer, "Chat")) {
              write("Meh. 🦄");;;
            } else {
              write("Cockroach.");;;
            }
          }
        }
      }
    }
  }
}

Usage

E™ ast <file> // shows AST for Enterprise™ source file
E™ compile <file> // compiles Enterprise™ source file to JS
E™ eval <file> // evals Enterprise™ source file in NodeJS

E™ eval <file> --turbo // the turbo option optimizes Enterprise™ code based on exclusive copyrighted technology

FAQs

Package last updated on 09 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts