英文字典中文字典Word104.com



中文字典辭典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z   







請輸入英文單字,中文詞皆可:

Babel    音標拼音: [b'æbəl]
n. 巴別塔

巴別塔

Babel
n 1: (Genesis 11:1-11) a tower built by Noah's descendants
(probably in Babylon) who intended it to reach up to
heaven; God foiled them by confusing their language so they
could no longer understand one another [synonym: {Tower of
Babel}, {Babel}]
2: a confusion of voices and other sounds

Babel \Ba"bel\, n. [Heb. B[=a]bel, the name of the capital of
Babylonia; in Genesis associated with the idea of
"confusion."]
1. The city and tower in the land of Shinar, where the
confusion of languages took place.
[1913 Webster]

Therefore is the name of it called Babel. --Gen. xi.
9.
[1913 Webster]

2. Hence: A place or scene of noise and confusion; a confused
mixture of sounds, as of voices or languages.
[1913 Webster]

That babel of strange heathen languages. --Hammond.
[1913 Webster]

The grinding babel of the street. --R. L.
Stevenson.
[1913 Webster]

33 Moby Thesaurus words for "Babel":
Aesopian language, Greek, argot, babble, bedlam, cacophony, cant,
cipher, clamor, clash, code, confusion of tongues, cryptogram,
double Dutch, garble, gibberish, gift of tongues, glossolalia,
gobbledygook, harshness, hell, jangle, jar, jargon, jumble,
mere noise, noise, pandemonium, racket, scramble, secret language,
slang, static

1. A subset of {ALGOL 60}, with many {ALGOL W} extensions.

["BABEL, A New Programming Language", R.S. Scowen, Natl Phys
Lab UK, Report CCU7, 1969].

2. Mentioned in The Psychology of Computer Programming,
G.M. Weinberg, Van Nostrand 1971, p.241.

3. A language based on {higher-order functions} and
{first-order logic}.

["Graph-Based Implementation of a Functional Logic Language",
H. Kuchen et al, Proc ESOP 90, LNCS 432, Springer 1990,
pp.271-290].

["Logic Programming with Functions and Predicates: The
Language BABEL", Moreno-Navarro et al, J Logic Prog 12(3) (Feb
1992)].

(1994-11-28)

請選擇你想看的字典辭典:
單詞字典翻譯
babel查看 babel 在Google字典中的解釋Google英翻中〔查看〕
babel查看 babel 在Yahoo字典中的解釋Yahoo英翻中〔查看〕





安裝中文字典英文字典查詢工具!


中文字典英文字典工具:
選擇顏色:
輸入中英文單字

































































英文字典中文字典相關資料:
  • 使用指南 · Babel - docschina. org
    Babel CLI 的基本用法 你需要的所有 Babel 模块都将作为单独的 npm 包发布,其范围为 @babel(自版本 7 开始)。这种模块化设计允许每种工具都针对特定用例设计。下面我们来看看 @babel core 和 @babel cli。 核心库 Babel 的核心功能容纳于 @babel core 模块。通过以下命令
  • Babel · Babel
    Babel 7 24 is released! Please read our blog post for highlights and changelog for more details!
  • 升级至 Babel 7 · Babel - docschina. org
    在 Babel 6 中,直接传递给 Babel(而不是从配置文件)的配置值是相对于正在编译的文件进行解析的,这样会导致很多混乱。 在 Babel 7 中,配置值可与加载它们的配置文件一致,也可与工作目录是一致的。
  • 什么是 Babel? · Babel - docschina. org
    什么是 Babel? Babel 是一个 JavaScript compiler Babel 是一个工具链,主要用于在当前和旧的浏览器或环境中,将 ECMAScript 2015+ 代码转换为 JavaScript 向后兼容版本的代码。以下是 Babel 可以做的主要事情: Transform syntax
  • 插件 · Babel - docschina. org
    大多数语法可以通过 Babel 进行转译。 在比较罕见的情况下(如果转译还没有实现,或者没有默认的实现方式),你可以使用 @babel plugin-syntax-bigint 之类的插件来只允许 Babel 解析 特定类型的语法。
  • Babel 路线图 · Babel - docschina. org
    已经有一个 RFC 可以为 @babel core 中的标准 ECMAScript 特性迁移 插件,这是朝该方向迈出的第一步。 使用我们当前的 @babel preset-env 架构,我们需要专门处理官方插件,以便根据 targets 自动启用或禁用它们。 然而,这有两个缺点:
  • 7. 2. 0 发布:私有实例方法(Private Instance Methods) · Babel
    Babel 会实现此提案的多种变体,以帮助 TC39 测试并收集社区的反馈。 与所有提案一样,该提案未来可能会发生改变。 如果你直接使用 @babel parser 并且想测试该提案,你可以将 proposal: "smart" 选项传递给 pipeline plugin:
  • 在 Babel 中支持 TC39 标准的装饰器 - docschina. org
    Babel 7 1 0 最终支持了新的装饰器提案:你可以使用 @babel plugin-proposal-decorators 插件来提前尝试此功能 🎉。 相关历史 三年多以前, Yehuda Katz 首先提出 了装饰器的概念。
  • 配置文件 · Babel - docschina. org
    对于单体式仓库设置,需要理解的核心是 Babel 将你的工作目录作为其逻辑 "root", 如果你想要在特定的子包中运行 Babel 工具,而不希望 Babel 作为一个整体应用于仓库, 则会出现问题。
  • @babel preset-react · Babel - docschina. org
    @babel plugin-transform-react-jsx-self; @babel plugin-transform-react-jsx-source; 当启用 development 配置时,自动运行时(自 v7 9 0 起)会自动添加这些插件的功能。如果你已经启用了自动运行时,再添加 @babel plugin-transform-react-jsx-self 或 @babel plugin-transform-react-jsx-source 会发生错误。





中文字典-英文字典  2005-2009

|中文姓名英譯,姓名翻譯 |简体中文英文字典