home.social

#codetool — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #codetool, aggregated by home.social.

fetched live
  1. #Coccinelle for #Rust

    rust-for-linux.com/coccinelle-

    "Coccinelle is a tool for automatic program matching and transformation that was originally developed for making large scale changes to the Linux kernel source #code (ie, C code)."

    #GritQL - GritQL is a #query language for searching, #linting, and modifying code.

    docs.grit.io/

    #ASTGrep - A #CLI tool for code structural search, lint and rewriting. Written in #RustLang :ferris:

    ast-grep.github.io/

    #CodeTool #AST #Parser #DevTools

  2. Another crucial aspect in this matter of #AI rewriting your code:
    You should make your tools reusable, so that others can benefit from it as well. This is not possible with #LLMs. Sure you can share the prompt, but the output is all wishy-washy.

    Use a proper tool for this kind of task, e.g. ast-grep - ⚡ A fast and polyglot tool for code searching, linting, rewriting at large scale. Written in #Rust:

    ast-grep.github.io/

    #RustLang #Code #DevTool #CodeTool #Programming