积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(32)nim(32)

语言

全部英语(31)中文(简体)(1)

格式

全部PDF文档 PDF(30)其他文档 其他(2)
 
本次搜索耗时 0.112 秒,为您找到相关结果约 32 个.
  • 全部
  • 后端开发
  • nim
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Nim - the first high performance language with full support for hot codereloading at runtime

    << "one link to rule them all" interactive: REPL-like - by researchers at CERN - built on top of LLVM , hard to integrate in a platform/compiler agnostic way - basically a hack - the inspiration final binaries are debuggable a REPL is easily built on top of this (arguably) less complex than using LLVM / JIT / whatever changes are isolated (only the C backend which is a few files) program can be changed optimal as the /hotpatch for MSVC or (arguably) more complex than using LLVM / JIT / whatever not sure how NLVM (Nim on top of LLVM) will support HCR Live++ 54 REPL - Read Eval Print Loop REPL - Read
    0 码力 | 63 页 | 2.91 MB | 1 年前
    3
  • pdf文档 Nim 2.0.8 Manual

    in C/C++ (its semantics are not well-de�ned in C/C++). Note: This pragma will not exist for the LLVM backend. nodecl pragma The nodecl pragma can be applied to almost any symbol (variable, proc, type example: However, the header pragma is often the better alternative. Note: This will not work for the LLVM backend. Header pragma The header pragma is very similar to the nodecl pragma: It can be applied # import C's FILE* type; Nim will treat it as a new pointer type Note: This will not work for the LLVM backend. IncompleteStruct pragma The incompleteStruct pragma tells the compiler to not use the
    0 码力 | 132 页 | 5.73 MB | 1 年前
    3
  • pdf文档 Nim 2.0.2 中文手册

    C/C++中没有明确定 义)。 注意: LLVM 后端不存在这种编译指示。 nodecl 编译指示 nodecl 编译指示可以应⽤于⼏乎任何标识符(变量、过程、类型等),在与 C 的互操作时往往很有⽤: 它告诉 Nim,不要在 C 代码中 声明这个标识符。例如: 然⽽, header 编译指示通常是更好的选择。 注意: 这在 LLVM 后端⽆法使⽤。 Header 编译指示 header importc: "FILE*", header: "".} = distinct pointer # 引⼊ C 的 FILE* 类型;Nim 把它视为⼀个新的指针类型 注意: LLVM 后端不存在这种编译指示。 IncompleteStruct 编译指示 incompleteStruct 编译指示告知编译器不要在 sizeof 表达式中使⽤底层的 C struct 。 type AsyncEventHandler = async(proc (x: Event)) 外部函数接⼝ Nim 的 FFI (外部函数接⼝) 很⼴博,这⾥只讲述将来会推⼴到其他后端(如 LLVM/JavaScript 后端) 的部分。 Importc 编译指示 importc 编译指示提供了⼀种从 C 语⾔导⼊程序或变量的⽅法。可选参数是⼀个包含 C 标识符的字符串。如果没有这个参数,C
    0 码力 | 127 页 | 7.05 MB | 1 年前
    3
  • pdf文档 Nim on everything

    libraries » Standing on the shoulders of giants » Creates fast code, not human code » Why not LLVM/WebAssembly? Javascript vs. C/C++ » No lowest common denominator » Builds on a common syntax
    0 码力 | 16 页 | 2.09 MB | 1 年前
    3
  • mobi文档 Computer Programming with the Nim Programming Language

    could be later replaced or at least supported by direct native code generation or use of the popular LLVM backend. [14] When computer languages are converted from one to another, the term transpiler is sometimes some significant differences, that compiles to fast native machine code. 14 Indeed, an experimental LLVM backend is already available by third-party contributors. WHY NIM?   In this section, we use facilitate the easy and secure use and redistribution of programs and libraries. The C, C++, and LLVM-based backends enable easy OS library calls without additional glue code, while the JavaScript backend
    0 码力 | 865 页 | 7.45 MB | 1 年前
    3
  • epub文档 Computer Programming with the Nim Programming Language

    could be later replaced or at least supported by direct native code generation or use of the popular LLVM backend. [14] When computer languages are converted from one to another, the term transpiler is sometimes some significant differences, that compiles to fast native machine code. 14 Indeed, an experimental LLVM backend is already available by third-party contributors. WHY NIM?   In this section, we use facilitate the easy and secure use and redistribution of programs and libraries. The C, C++, and LLVM-based backends enable easy OS library calls without additional glue code, while the JavaScript backend
    0 码力 | 784 页 | 2.13 MB | 1 年前
    3
  • pdf文档 Computer Programming with the Nim Programming Language

    could be later replaced or at least supported by direct native code generation or use of the popular LLVM backend. [2] When computer lan­ guages are converted from one to another, the term transpiler is some significant differences, that compiles to fast native machine code. [2] Indeed, an experimental LLVM backend is already available by third-party contributors. 27 Why Nim?  In this section, we use facilitate the easy and secure use and redistribution of programs and libraries. The C, C++, and LLVM-based backends enable easy OS library calls without additional glue code, while the JavaScript backend
    0 码力 | 512 页 | 3.54 MB | 1 年前
    3
  • pdf文档 Computer Programming with the Nim Programming Language

    could be later replaced or at least supported by direct native code generation or use of the popular LLVM backend. [2] When computer languages are converted from one to another, the term transpiler is sometimes some significant differences, that compiles to fast native machine code. [2] Indeed, an experimental LLVM backend is already available by third-party contributors. 27 Why Nim?  In this section, we use facilitate the easy and secure use and redistribution of programs and libraries. The C, C++, and LLVM-based backends enable easy OS library calls without additional glue code, while the JavaScript backend
    0 码力 | 508 页 | 3.50 MB | 1 年前
    3
  • pdf文档 Computer Programming with the Nim Programming Language

    could be later replaced or at least supported by direct native code generation or use of the popular LLVM backend. [2] When computer lan­ guages are converted from one to another, the term transpiler is some significant differences, that compiles to fast native machine code. [2] Indeed, an experimental LLVM backend is already available by third-party contributors. 27 Why Nim?  In this section, we use facilitate the easy and secure use and redistribution of programs and libraries. The C, C++, and LLVM-based backends enable easy OS library calls without additional glue code, while the JavaScript backend
    0 码力 | 512 页 | 3.53 MB | 1 年前
    3
  • pdf文档 Computer Programming with the Nim Programming Language

    could be later replaced or at least supported by direct native code generation or use of the popular LLVM backend. [2] When computer languages are converted from one to another, the term transpiler is sometimes some significant differences, that compiles to fast native machine code. [2] Indeed, an experimental LLVM backend is already available by third-party contributors. 27 Why Nim?  In this section, we use facilitate the easy and secure use and redistribution of programs and libraries. The C, C++, and LLVM-based backends enable easy OS library calls without additional glue code, while the JavaScript backend
    0 码力 | 508 页 | 3.54 MB | 1 年前
    3
共 32 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
Nimthefirsthighperformancelanguagewithfullsupportforhotcodereloadingatruntime2.0Manual中文手册oneverythingComputerProgrammingLanguage
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩